Skip to content

Commit

Permalink
Bump version for v3.0.0-rc-4 (#2137)
Browse files Browse the repository at this point in the history
* ⬆️ bump version

* ⬆️ bump version
  • Loading branch information
Balanced02 authored Nov 22, 2023
1 parent 6e9bae8 commit 6a4ebb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ android {
applicationId "io.lisk.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 80
versionCode 81
versionName "3.0.0"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/Lisk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Lisk/Lisk.entitlements;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = 58UK9RE9TP;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = arm64;
Expand Down Expand Up @@ -1402,7 +1402,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Lisk/Lisk.entitlements;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = 58UK9RE9TP;
EXCLUDED_ARCHS = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lisk",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"description": "The Lisk official mobile wallet",
"homepage": "https://github.com/LiskHQ/lisk-mobile",
"bugs": "https://github.com/LiskHQ/lisk-mobile/issues",
Expand Down

0 comments on commit 6a4ebb6

Please sign in to comment.