Skip to content

Commit

Permalink
build(release): incremeted version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Jul 19, 2022
1 parent a14ae66 commit 32cec66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 53
versionName "2.2.0"
versionName "2.4.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
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": "SmartWallet",
"version": "2.2.0-53",
"version": "2.4.0-53",
"private": true,
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
Expand Down

0 comments on commit 32cec66

Please sign in to comment.