File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
ios/HathorMobile.xcodeproj Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ android {
79
79
applicationId " network.hathor.wallet"
80
80
minSdkVersion rootProject. ext. minSdkVersion
81
81
targetSdkVersion rootProject. ext. targetSdkVersion
82
- versionCode 63
83
- versionName " 0.26 .1"
82
+ versionCode 65
83
+ versionName " 0.27.1-rc .1"
84
84
missingDimensionStrategy " react-native-camera" , " general"
85
85
}
86
86
signingConfigs {
Original file line number Diff line number Diff line change 512
512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513
513
CLANG_ENABLE_MODULES = YES;
514
514
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
515
- CURRENT_PROJECT_VERSION = 1.0.0 ;
515
+ CURRENT_PROJECT_VERSION = 0.1.1 ;
516
516
DEVELOPMENT_TEAM = 55SHY647CG;
517
517
ENABLE_BITCODE = NO;
518
518
INFOPLIST_FILE = HathorMobile/Info.plist;
521
521
"$(inherited)",
522
522
"@executable_path/Frameworks",
523
523
);
524
- MARKETING_VERSION = 0.26 .1;
524
+ MARKETING_VERSION = 0.27 .1;
525
525
OTHER_LDFLAGS = (
526
526
"$(inherited)",
527
527
"-ObjC",
542
542
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
543
543
CLANG_ENABLE_MODULES = YES;
544
544
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
545
- CURRENT_PROJECT_VERSION = 1.0.0 ;
545
+ CURRENT_PROJECT_VERSION = 0.1.1 ;
546
546
DEVELOPMENT_TEAM = 55SHY647CG;
547
547
INFOPLIST_FILE = HathorMobile/Info.plist;
548
548
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
549
549
LD_RUNPATH_SEARCH_PATHS = (
550
550
"$(inherited)",
551
551
"@executable_path/Frameworks",
552
552
);
553
- MARKETING_VERSION = 0.26 .1;
553
+ MARKETING_VERSION = 0.27 .1;
554
554
OTHER_LDFLAGS = (
555
555
"$(inherited)",
556
556
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " HathorMobile" ,
3
- "version" : " 0.26 .1" ,
3
+ "version" : " 0.27 .1" ,
4
4
"engines" : {
5
5
"node" : " >=18.0.0" ,
6
6
"npm" : " >=9.0.0"
You can’t perform that action at this time.
0 commit comments