From 116899fc0aed61ca072a06236f0dc524b7edc847 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 3 Oct 2023 15:35:36 -0500 Subject: [PATCH] bump version --- android/app/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 49775217..40a27b90 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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. diff --git a/package.json b/package.json index 86ce89c1..39e2186f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.20", + "version": "0.4.20-1", "license": "MIT", "packageManager": "pnpm@8.6.6", "scripts": {