Skip to content

Commit 1aa80c2

Browse files
committed
Bumped up app version to v0.19.5
1 parent d11c44a commit 1aa80c2

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

package-lock.json

+2-2
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.19.4",
3+
"version": "0.19.5",
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.19.4",
4+
"version": "0.19.5",
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
@@ -8,8 +8,8 @@ android {
88
applicationId "com.paytaca.app"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 92
12-
versionName "v0.19.4"
11+
versionCode 93
12+
versionName "v0.19.5"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
aaptOptions {
1515
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

src-capacitor/ios/App/App.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,12 @@
364364
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
365365
CODE_SIGN_IDENTITY = "Apple Development";
366366
CODE_SIGN_STYLE = Automatic;
367-
CURRENT_PROJECT_VERSION = 164;
367+
CURRENT_PROJECT_VERSION = 166;
368368
DEVELOPMENT_TEAM = 89X576BZBF;
369369
INFOPLIST_FILE = App/Info.plist;
370370
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
371371
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372-
MARKETING_VERSION = 0.19.4;
372+
MARKETING_VERSION = 0.19.5;
373373
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
374374
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
375375
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -387,12 +387,12 @@
387387
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
388388
CODE_SIGN_ENTITLEMENTS = App/AppRelease.entitlements;
389389
CODE_SIGN_STYLE = Automatic;
390-
CURRENT_PROJECT_VERSION = 164;
390+
CURRENT_PROJECT_VERSION = 166;
391391
DEVELOPMENT_TEAM = 89X576BZBF;
392392
INFOPLIST_FILE = App/Info.plist;
393393
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
394394
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
395-
MARKETING_VERSION = 0.19.4;
395+
MARKETING_VERSION = 0.19.5;
396396
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
397397
PRODUCT_NAME = "$(TARGET_NAME)";
398398
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

src-capacitor/package-lock.json

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

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.19.4",
3+
"version": "0.19.5",
44
"description": "Secure and convenient Bitcoin Cash wallet app",
55
"author": "[email protected]",
66
"private": true,

0 commit comments

Comments
 (0)