Skip to content

Commit c4c6ea8

Browse files
authored
⬆️ Bump version to 3.0.0-rc.0 (#2044)
1 parent 6339844 commit c4c6ea8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ android {
119119
applicationId "io.lisk.mobile"
120120
minSdkVersion rootProject.ext.minSdkVersion
121121
targetSdkVersion rootProject.ext.targetSdkVersion
122-
versionCode 76
122+
versionCode 77
123123
versionName "3.0.0"
124124
missingDimensionStrategy 'react-native-camera', 'mlkit'
125125
}

ios/Lisk.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@
13721372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
13731373
CLANG_ENABLE_MODULES = YES;
13741374
CODE_SIGN_ENTITLEMENTS = Lisk/Lisk.entitlements;
1375-
CURRENT_PROJECT_VERSION = 40;
1375+
CURRENT_PROJECT_VERSION = 49;
13761376
DEVELOPMENT_TEAM = 58UK9RE9TP;
13771377
ENABLE_BITCODE = NO;
13781378
EXCLUDED_ARCHS = arm64;
@@ -1402,7 +1402,7 @@
14021402
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14031403
CLANG_ENABLE_MODULES = YES;
14041404
CODE_SIGN_ENTITLEMENTS = Lisk/Lisk.entitlements;
1405-
CURRENT_PROJECT_VERSION = 40;
1405+
CURRENT_PROJECT_VERSION = 49;
14061406
DEVELOPMENT_TEAM = 58UK9RE9TP;
14071407
EXCLUDED_ARCHS = arm64;
14081408
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Lisk",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-rc.0",
44
"description": "The Lisk official mobile wallet",
55
"homepage": "https://github.com/LiskHQ/lisk-mobile",
66
"bugs": "https://github.com/LiskHQ/lisk-mobile/issues",

0 commit comments

Comments
 (0)