Bump version to v0.4.22

This commit is contained in:
benthecarman
2023-10-07 14:16:42 -05:00
parent 9c9fe609e9
commit 1af70b69ea
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 19
versionName "0.4.21"
versionCode 20
versionName "0.4.22"
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.21",
"version": "0.4.22",
"license": "MIT",
"packageManager": "pnpm@8.6.6",
"scripts": {