Skip to content

Commit d68334f

Browse files
Merge pull request #439 from HathorNetwork/bump/v0.27.0-rc.1
bump: v0.27.0-rc.1
2 parents dcf74b9 + 82d09c6 commit d68334f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
applicationId "network.hathor.wallet"
8080
minSdkVersion rootProject.ext.minSdkVersion
8181
targetSdkVersion rootProject.ext.targetSdkVersion
82-
versionCode 63
83-
versionName "0.26.1"
82+
versionCode 64
83+
versionName "0.27.0-rc.1"
8484
missingDimensionStrategy "react-native-camera", "general"
8585
}
8686
signingConfigs {

ios/HathorMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513513
CLANG_ENABLE_MODULES = YES;
514514
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
515-
CURRENT_PROJECT_VERSION = 1.0.0;
515+
CURRENT_PROJECT_VERSION = 0.1.0;
516516
DEVELOPMENT_TEAM = 55SHY647CG;
517517
ENABLE_BITCODE = NO;
518518
INFOPLIST_FILE = HathorMobile/Info.plist;
@@ -521,7 +521,7 @@
521521
"$(inherited)",
522522
"@executable_path/Frameworks",
523523
);
524-
MARKETING_VERSION = 0.26.1;
524+
MARKETING_VERSION = 0.27.0;
525525
OTHER_LDFLAGS = (
526526
"$(inherited)",
527527
"-ObjC",
@@ -542,15 +542,15 @@
542542
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
543543
CLANG_ENABLE_MODULES = YES;
544544
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
545-
CURRENT_PROJECT_VERSION = 1.0.0;
545+
CURRENT_PROJECT_VERSION = 0.1.0;
546546
DEVELOPMENT_TEAM = 55SHY647CG;
547547
INFOPLIST_FILE = HathorMobile/Info.plist;
548548
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
549549
LD_RUNPATH_SEARCH_PATHS = (
550550
"$(inherited)",
551551
"@executable_path/Frameworks",
552552
);
553-
MARKETING_VERSION = 0.26.1;
553+
MARKETING_VERSION = 0.27.0;
554554
OTHER_LDFLAGS = (
555555
"$(inherited)",
556556
"-ObjC",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HathorMobile",
3-
"version": "0.26.1",
3+
"version": "0.27.0-rc.1",
44
"engines": {
55
"node": ">=18.0.0",
66
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)