File tree 3 files changed +7
-7
lines changed
ios/SmartWallet.xcodeproj
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ android {
142
142
applicationId " com.jolocomwallet"
143
143
minSdkVersion rootProject. ext. minSdkVersion
144
144
targetSdkVersion rootProject. ext. targetSdkVersion
145
- versionCode 56
146
- versionName " 2.5.0 "
145
+ versionCode 57
146
+ versionName " 2.5.1 "
147
147
multiDexEnabled true
148
148
missingDimensionStrategy ' react-native-camera' , ' general'
149
149
}
Original file line number Diff line number Diff line change 704
704
CLANG_ENABLE_MODULES = YES;
705
705
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
706
706
CODE_SIGN_IDENTITY = "iPhone Developer";
707
- CURRENT_PROJECT_VERSION = 56 ;
707
+ CURRENT_PROJECT_VERSION = 57 ;
708
708
DEVELOPMENT_TEAM = 95S8NJ5S67;
709
709
ENABLE_BITCODE = NO;
710
710
GCC_PREPROCESSOR_DEFINITIONS = (
714
714
INFOPLIST_FILE = SmartWallet/Info.plist;
715
715
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
716
716
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
717
- MARKETING_VERSION = 2.5.0 ;
717
+ MARKETING_VERSION = 2.5.1 ;
718
718
OTHER_LDFLAGS = (
719
719
"$(inherited)",
720
720
"-ObjC",
739
739
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
740
740
CODE_SIGN_IDENTITY = "iPhone Developer";
741
741
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
742
- CURRENT_PROJECT_VERSION = 56 ;
742
+ CURRENT_PROJECT_VERSION = 57 ;
743
743
DEVELOPMENT_TEAM = 95S8NJ5S67;
744
744
ENABLE_BITCODE = NO;
745
745
INFOPLIST_FILE = SmartWallet/Info.plist;
746
746
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
747
747
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
748
- MARKETING_VERSION = 2.5.0 ;
748
+ MARKETING_VERSION = 2.5.1 ;
749
749
OTHER_LDFLAGS = (
750
750
"$(inherited)",
751
751
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SmartWallet" ,
3
- "version" : " 2.5.0-56 " ,
3
+ "version" : " 2.5.1-57 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android --appIdSuffix debug" ,
You can’t perform that action at this time.
0 commit comments