diff --git a/android/app/build.gradle b/android/app/build.gradle index 4a53f1edd2..4a6ceca839 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,8 +132,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 16 - versionName "0.5.11" + versionCode 17 + versionName "0.5.12" } splits { abi { diff --git a/app/views/__tests__/__snapshots__/Licenses.spec.js.snap b/app/views/__tests__/__snapshots__/Licenses.spec.js.snap index 738876c29b..5853c01164 100644 --- a/app/views/__tests__/__snapshots__/Licenses.spec.js.snap +++ b/app/views/__tests__/__snapshots__/Licenses.spec.js.snap @@ -133,7 +133,7 @@ exports[`renders correctly 1`] = ` } } > - 0.5.11 + 0.5.12 CFBundlePackageType APPL CFBundleShortVersionString - 0.5.11 + 0.5.12 CFBundleSignature ???? CFBundleVersion - 16 + 17 LSRequiresIPhoneOS - + NSAppTransportSecurity NSAllowsArbitraryLoads - + NSExceptionDomains - + NSLocationAlwaysAndWhenInUseUsageDescription We log your location to enable new opportunities for researchers studying refugee migration, wellbeing, and community traffic analysis in a privacy-preserving way. @@ -75,6 +75,6 @@ UIInterfaceOrientationPortrait UIViewControllerBasedStatusBarAppearance - + diff --git a/ios/PrivateKitTests/Info.plist b/ios/PrivateKitTests/Info.plist index 10efe771c5..2f8f4536f5 100644 --- a/ios/PrivateKitTests/Info.plist +++ b/ios/PrivateKitTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.5.11 + 0.5.12 CFBundleSignature ???? CFBundleVersion - 16 + 17 diff --git a/package.json b/package.json index cf31c27521..ab282ef7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5.11", + "version": "0.5.12", "private": true, "scripts": { "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",