From 8bd17db182a100244732f7c780d60c67912d4371 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Thu, 28 Sep 2023 18:52:49 -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 bd9a7da..4977521 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 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. diff --git a/package.json b/package.json index 116bcd2..86ce89c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.19", + "version": "0.4.20", "license": "MIT", "packageManager": "pnpm@8.6.6", "scripts": {