diff --git a/ios/PrivateKit.xcodeproj/project.pbxproj b/ios/PrivateKit.xcodeproj/project.pbxproj index 2658150608..a781f11efb 100644 --- a/ios/PrivateKit.xcodeproj/project.pbxproj +++ b/ios/PrivateKit.xcodeproj/project.pbxproj @@ -465,7 +465,7 @@ baseConfigurationReference = 71D1C872DB0CCC3BBC3D907E /* Pods-PrivateKit.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 5; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = PrivateKit/Info.plist; @@ -486,7 +486,7 @@ baseConfigurationReference = 9440D638E4331481079AE235 /* Pods-PrivateKit.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 5; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = PrivateKit/Info.plist; diff --git a/ios/PrivateKit/Info.plist b/ios/PrivateKit/Info.plist index 23b63a0c96..b2645c2042 100644 --- a/ios/PrivateKit/Info.plist +++ b/ios/PrivateKit/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 4 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package.json b/package.json index 02110362e0..28343eb9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5", + "version": "0.5.0", "private": true, "scripts": { "android": "react-native run-android",