Skip to content

Commit d2063dd

Browse files
committed
Bumped up app version to v0.9.3
1 parent 0269a51 commit d2063dd

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
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.9.2",
3+
"version": "0.9.3",
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.9.2",
4+
"version": "0.9.3",
55
"manifest_version": 2,
66
"icons": {
77
"16": "icons/icon-16x16.png",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,12 @@
352352
buildSettings = {
353353
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
354354
CODE_SIGN_STYLE = Automatic;
355-
CURRENT_PROJECT_VERSION = 8;
355+
CURRENT_PROJECT_VERSION = 9;
356356
DEVELOPMENT_TEAM = 89X576BZBF;
357357
INFOPLIST_FILE = App/Info.plist;
358358
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
359359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
360-
MARKETING_VERSION = 0.9.2;
360+
MARKETING_VERSION = 0.9.3;
361361
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
362362
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
363363
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -373,12 +373,12 @@
373373
buildSettings = {
374374
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
375375
CODE_SIGN_STYLE = Automatic;
376-
CURRENT_PROJECT_VERSION = 8;
376+
CURRENT_PROJECT_VERSION = 9;
377377
DEVELOPMENT_TEAM = 89X576BZBF;
378378
INFOPLIST_FILE = App/Info.plist;
379379
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
380380
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
381-
MARKETING_VERSION = 0.9.2;
381+
MARKETING_VERSION = 0.9.3;
382382
PRODUCT_BUNDLE_IDENTIFIER = com.paytaca.app;
383383
PRODUCT_NAME = "$(TARGET_NAME)";
384384
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

src-capacitor/package-lock.json

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

src/pages/transaction/send.vue

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<q-icon name="error" left/>
1919
{{ scanner.error }}
2020
</div>
21-
Can use LNS: {{ canUseLNS }}
2221
<div class="row justify-center q-mt-xl" v-if="!scanner.show && sendData.recipientAddress === ''">
2322
<div class="col-12" style="text-align: center;">
2423
<q-input

0 commit comments

Comments
 (0)