diff --git a/android/app/build.gradle b/android/app/build.gradle index db51c86ce7..eaea358522 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ android { applicationId "edu.mit.privatekit" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 - versionName "0.5.2" + versionCode 8 + versionName "0.5.3" } splits { abi { diff --git a/ios/PrivateKit.xcodeproj/project.pbxproj b/ios/PrivateKit.xcodeproj/project.pbxproj index c504e53574..54119dd4c9 100644 --- a/ios/PrivateKit.xcodeproj/project.pbxproj +++ b/ios/PrivateKit.xcodeproj/project.pbxproj @@ -481,7 +481,7 @@ baseConfigurationReference = 71D1C872DB0CCC3BBC3D907E /* Pods-PrivateKit.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = A35W4MM59Y; HEADER_SEARCH_PATHS = "$(inherited)"; @@ -503,7 +503,7 @@ baseConfigurationReference = 9440D638E4331481079AE235 /* Pods-PrivateKit.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = A35W4MM59Y; HEADER_SEARCH_PATHS = "$(inherited)"; diff --git a/ios/PrivateKit/Info.plist b/ios/PrivateKit/Info.plist index 7b5b90dccf..9b0aa4bd67 100644 --- a/ios/PrivateKit/Info.plist +++ b/ios/PrivateKit/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.2 + 0.5.3 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 907641c3cf..1aeac2a3c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5.2", + "version": "0.5.3", "private": true, "scripts": { "postinstall": "patch-package"