diff --git a/android/app/build.gradle b/android/app/build.gradle index d2f8af42e3..690cd29316 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 15 - versionName "0.5.10" + versionCode 16 + versionName "0.5.11" } splits { abi { diff --git a/app/views/__tests__/__snapshots__/Licenses.spec.js.snap b/app/views/__tests__/__snapshots__/Licenses.spec.js.snap index 18d4b49b2f..cde35a4950 100644 --- a/app/views/__tests__/__snapshots__/Licenses.spec.js.snap +++ b/app/views/__tests__/__snapshots__/Licenses.spec.js.snap @@ -119,7 +119,7 @@ exports[`renders correctly 1`] = ` } } > - 0.5.10 + 0.5.11 CFBundlePackageType APPL CFBundleShortVersionString - 0.5.10 + 0.5.11 CFBundleSignature ???? CFBundleVersion - 15 + 16 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/PrivateKitTests/Info.plist b/ios/PrivateKitTests/Info.plist index 06fd4cccd2..10efe771c5 100644 --- a/ios/PrivateKitTests/Info.plist +++ b/ios/PrivateKitTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.5.10 + 0.5.11 CFBundleSignature ???? CFBundleVersion - 15 + 16 diff --git a/package-lock.json b/package-lock.json index 081c3e2973..4bb94c8959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5.10", + "version": "0.5.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0852e5273a..1b9ee40018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5.10", + "version": "0.5.11", "private": true, "scripts": { "install:pod": "cd ios && pod install",