Skip to content

Commit

Permalink
Bumped up app version to v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Nov 25, 2023
1 parent 87b8680 commit 5a10b8d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paytaca",
"version": "0.17.4",
"version": "0.17.5",
"description": "Secure and convenient Bitcoin Cash wallet app",
"productName": "Paytaca",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src-bex/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Paytaca",
"description": "Secure and convenient Bitcoin Cash wallet app",
"version": "0.17.4",
"version": "0.17.5",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16x16.png",
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.paytaca.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 77
versionName "v0.17.4"
versionCode 78
versionName "v0.17.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions src-capacitor/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.17.4;
MARKETING_VERSION = 0.17.5;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -381,12 +381,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/AppRelease.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.17.4;
MARKETING_VERSION = 0.17.5;
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paytaca",
"version": "0.17.4",
"version": "0.17.5",
"description": "Secure and convenient Bitcoin Cash wallet app",
"author": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/apps/gifts/claim-gift.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="text-center q-pt-md">
<p v-if="bchAmount" style="font-size: 24px;">Amount:<br>{{ getAssetDenomination(denomination, bchAmount) }}</p>
<p v-if="completed" style="color: green; font-size: 20px;">{{ action }} gift completed!</p>
<p v-if="error" style="color: red;">
<p v-if="error" style="color: red; font-size: 20px;">
{{ error }}
</p>
</div>
Expand Down

0 comments on commit 5a10b8d

Please sign in to comment.