From 1af70b69eaf988746c0e387cdd5d0c0255c884cd Mon Sep 17 00:00:00 2001 From: benthecarman Date: Sat, 7 Oct 2023 14:16:42 -0500 Subject: [PATCH] Bump version to v0.4.22 --- 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 441de71..cd33ca7 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 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. diff --git a/package.json b/package.json index 080c782..a27cda3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.21", + "version": "0.4.22", "license": "MIT", "packageManager": "pnpm@8.6.6", "scripts": {