diff --git a/package-lock.json b/package-lock.json index 016bdb25a..c05e6accd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "paytaca", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 632faf538..8913b9a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paytaca", - "version": "0.7.3", + "version": "0.7.4", "description": "Secure and convenient Bitcoin Cash wallet app", "productName": "Paytaca", "author": "joemar@paytaca.com", diff --git a/src-bex/manifest.json b/src-bex/manifest.json index 48674245c..aafacef82 100644 --- a/src-bex/manifest.json +++ b/src-bex/manifest.json @@ -1,7 +1,7 @@ { "name": "Paytaca", "description": "Secure and convenient Bitcoin Cash wallet app", - "version": "0.7.3", + "version": "0.7.4", "manifest_version": 2, "icons": { "16": "icons/icon-16x16.png", diff --git a/src-capacitor/android/app/build.gradle b/src-capacitor/android/app/build.gradle index c3828b146..5f8adf6c1 100644 --- a/src-capacitor/android/app/build.gradle +++ b/src-capacitor/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.paytaca.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 34 - versionName "v0.7.3" + versionCode 35 + versionName "v0.7.4" 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/src-capacitor/package.json b/src-capacitor/package.json index e69ba0fbc..8a24d98c1 100644 --- a/src-capacitor/package.json +++ b/src-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "paytaca", - "version": "0.7.3", + "version": "0.7.4", "description": "Secure and convenient Bitcoin Cash wallet app", "author": "joemar@paytaca.com", "private": true,