Skip to content

Commit aaccfde

Browse files
chore: bumped to v0.30.0-rc.3 (#625)
1 parent 8fc2401 commit aaccfde

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

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

ios/HathorMobile.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
477477
CLANG_ENABLE_MODULES = YES;
478478
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
479-
CURRENT_PROJECT_VERSION = 0.2.0;
479+
CURRENT_PROJECT_VERSION = 0.3.0;
480480
DEVELOPMENT_TEAM = 55SHY647CG;
481481
ENABLE_BITCODE = NO;
482482
INFOPLIST_FILE = HathorMobile/Info.plist;
@@ -506,7 +506,7 @@
506506
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
507507
CLANG_ENABLE_MODULES = YES;
508508
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
509-
CURRENT_PROJECT_VERSION = 0.2.0;
509+
CURRENT_PROJECT_VERSION = 0.3.0;
510510
DEVELOPMENT_TEAM = 55SHY647CG;
511511
INFOPLIST_FILE = HathorMobile/Info.plist;
512512
IPHONEOS_DEPLOYMENT_TARGET = 12.0;

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HathorMobile",
3-
"version": "0.30.0-rc.2",
3+
"version": "0.30.0-rc.3",
44
"engines": {
55
"node": ">=18.0.0",
66
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)