Bump version

This commit is contained in:
benthecarman
2023-09-28 18:52:49 -05:00
committed by Tony Giorgio
parent a0f0b01b43
commit 8bd17db182
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 16
versionName "0.4.19"
versionCode 17
versionName "0.4.20"
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.19",
"version": "0.4.20",
"license": "MIT",
"packageManager": "pnpm@8.6.6",
"scripts": {