Skip to content

Commit 674d65b

Browse files
bump: v0.27.0 to release (#487)
1 parent 4249755 commit 674d65b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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 69
83-
versionName "0.27.0-rc.6"
82+
versionCode 70
83+
versionName "0.27.0"
8484
missingDimensionStrategy "react-native-camera", "general"
8585
}
8686
signingConfigs {

ios/HathorMobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 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 = 0.6.0;
515+
CURRENT_PROJECT_VERSION = 1.0.0;
516516
DEVELOPMENT_TEAM = 55SHY647CG;
517517
ENABLE_BITCODE = NO;
518518
INFOPLIST_FILE = HathorMobile/Info.plist;
@@ -542,7 +542,7 @@
542542
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
543543
CLANG_ENABLE_MODULES = YES;
544544
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
545-
CURRENT_PROJECT_VERSION = 0.6.0;
545+
CURRENT_PROJECT_VERSION = 1.0.0;
546546
DEVELOPMENT_TEAM = 55SHY647CG;
547547
INFOPLIST_FILE = HathorMobile/Info.plist;
548548
IPHONEOS_DEPLOYMENT_TARGET = 12.0;

package-lock.json

Lines changed: 2 additions & 2 deletions
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.27.0-rc.6",
3+
"version": "0.27.0",
44
"engines": {
55
"node": ">=18.0.0",
66
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)