Skip to content

Commit

Permalink
refactor(package): updating version numbers for ios and android
Browse files Browse the repository at this point in the history
  • Loading branch information
thwalln committed Mar 3, 2023
1 parent db778d8 commit d350955
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ android {
applicationId "com.jolocomwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 70
versionName "2.5.5"
versionCode 71
versionName "2.6.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
8 changes: 4 additions & 4 deletions ios/SmartWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 70;
CURRENT_PROJECT_VERSION = 71;
DEVELOPMENT_TEAM = 95S8NJ5S67;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -718,7 +718,7 @@
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.5.5;
MARKETING_VERSION = 2.6.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -743,13 +743,13 @@
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 70;
CURRENT_PROJECT_VERSION = 71;
DEVELOPMENT_TEAM = 95S8NJ5S67;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.5.5;
MARKETING_VERSION = 2.6.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SmartWallet",
"version": "2.5.5-70",
"version": "2.6.0-71",
"private": true,
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
Expand Down

0 comments on commit d350955

Please sign in to comment.