Skip to content

Commit

Permalink
Bumped up app version to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Sep 19, 2022
1 parent 0269a51 commit d2063dd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.9.2",
"version": "0.9.3",
"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.9.2",
"version": "0.9.3",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16x16.png",
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 @@ -352,12 +352,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.9.2;
MARKETING_VERSION = 0.9.3;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -373,12 +373,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.9.2;
MARKETING_VERSION = 0.9.3;
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 1 addition & 1 deletion 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.9.2",
"version": "0.9.3",
"description": "Secure and convenient Bitcoin Cash wallet app",
"author": "[email protected]",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion src/pages/transaction/send.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<q-icon name="error" left/>
{{ scanner.error }}
</div>
Can use LNS: {{ canUseLNS }}
<div class="row justify-center q-mt-xl" v-if="!scanner.show && sendData.recipientAddress === ''">
<div class="col-12" style="text-align: center;">
<q-input
Expand Down

0 comments on commit d2063dd

Please sign in to comment.