Skip to content

Commit d350955

Browse files
committed
refactor(package): updating version numbers for ios and android
1 parent db778d8 commit d350955

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ android {
146146
applicationId "com.jolocomwallet"
147147
minSdkVersion rootProject.ext.minSdkVersion
148148
targetSdkVersion rootProject.ext.targetSdkVersion
149-
versionCode 70
150-
versionName "2.5.5"
149+
versionCode 71
150+
versionName "2.6.0"
151151
multiDexEnabled true
152152
missingDimensionStrategy 'react-native-camera', 'general'
153153
}

ios/SmartWallet.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
CLANG_ENABLE_MODULES = YES;
709709
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
710710
CODE_SIGN_IDENTITY = "iPhone Developer";
711-
CURRENT_PROJECT_VERSION = 70;
711+
CURRENT_PROJECT_VERSION = 71;
712712
DEVELOPMENT_TEAM = 95S8NJ5S67;
713713
ENABLE_BITCODE = NO;
714714
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -718,7 +718,7 @@
718718
INFOPLIST_FILE = SmartWallet/Info.plist;
719719
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
720720
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
721-
MARKETING_VERSION = 2.5.5;
721+
MARKETING_VERSION = 2.6.0;
722722
OTHER_LDFLAGS = (
723723
"$(inherited)",
724724
"-ObjC",
@@ -743,13 +743,13 @@
743743
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
744744
CODE_SIGN_IDENTITY = "iPhone Developer";
745745
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
746-
CURRENT_PROJECT_VERSION = 70;
746+
CURRENT_PROJECT_VERSION = 71;
747747
DEVELOPMENT_TEAM = 95S8NJ5S67;
748748
ENABLE_BITCODE = NO;
749749
INFOPLIST_FILE = SmartWallet/Info.plist;
750750
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
751751
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
752-
MARKETING_VERSION = 2.5.5;
752+
MARKETING_VERSION = 2.6.0;
753753
OTHER_LDFLAGS = (
754754
"$(inherited)",
755755
"-ObjC",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SmartWallet",
3-
"version": "2.5.5-70",
3+
"version": "2.6.0-71",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --appIdSuffix debug",

0 commit comments

Comments
 (0)