Skip to content

Commit

Permalink
Bumped version to 0.3.4-1 in package.json.
Browse files Browse the repository at this point in the history
Bumped versionCode to 48 in build.gradle.
  • Loading branch information
coreyphillips committed Mar 25, 2020
1 parent 1880b2c commit 2d00842
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 @@ -151,7 +151,7 @@ android {
applicationId "com.kisswallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 47
versionCode 48
versionName "0.3.4"
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": "moonshine",
"version": "0.3.4-0",
"version": "0.3.4-1",
"description": "An open-source, non-custodial, Bitcoin/Litecoin Electrum wallet for iOS & Android.",
"author": "Corey Phillips",
"license": "MIT",
Expand Down

0 comments on commit 2d00842

Please sign in to comment.