bump version

This commit is contained in:
benthecarman
2023-10-03 15:35:36 -05:00
parent a1b94803df
commit 116899fc0a
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 17
versionName "0.4.20"
versionCode 18
versionName "0.4.20-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,6 +1,6 @@
{
"name": "mutiny-wallet",
"version": "0.4.20",
"version": "0.4.20-1",
"license": "MIT",
"packageManager": "pnpm@8.6.6",
"scripts": {