Update to v0.4.27-1

This commit is contained in:
Tony Giorgio
2023-10-31 18:13:27 -05:00
committed by Tony Giorgio
parent 159c08b083
commit 905f18ff05
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 26
versionName "0.4.27"
versionCode 27
versionName "0.4.27-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.27",
"version": "0.4.27-1",
"license": "MIT",
"packageManager": "pnpm@8.6.6",
"scripts": {