Skip to content

Commit 5ad3893

Browse files
committed
Bumped up app version to v0.7.4
1 parent a245692 commit 5ad3893

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paytaca",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Secure and convenient Bitcoin Cash wallet app",
55
"productName": "Paytaca",
66
"author": "[email protected]",

src-bex/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Paytaca",
33
"description": "Secure and convenient Bitcoin Cash wallet app",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"manifest_version": 2,
66
"icons": {
77
"16": "icons/icon-16x16.png",

src-capacitor/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.paytaca.app"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 34
10-
versionName "v0.7.3"
9+
versionCode 35
10+
versionName "v0.7.4"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
aaptOptions {
1313
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

src-capacitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paytaca",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Secure and convenient Bitcoin Cash wallet app",
55
"author": "[email protected]",
66
"private": true,

0 commit comments

Comments
 (0)