Skip to content

Commit b19a004

Browse files
committedOct 20, 2017
chore: logo update
1 parent cfd375f commit b19a004

25 files changed

+116
-116
lines changed
 

‎config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="at.bitpocket.pos" version="1.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="at.bitpocket.pos" version="1.1.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>BitPocket</name>
44
<description>BitPocket - Enabling Bitcoin Payments at the Point of Sale.</description>
55
<author email="stefan.huber@beyondit.at" href="http://www.bitpocket.at">Bitpocket Team</author>
@@ -81,7 +81,6 @@
8181
<param name="ios-package" onload="true" value="CDVStatusBar" />
8282
</feature>
8383
<icon src="resources/ios/icon/icon-small@3x.png" />
84-
<engine name="android" spec="~6.3.0" />
8584
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
8685
<plugin name="cordova-plugin-wkwebview-engine" />
8786
<plugin name="cordova-plugin-network-information" spec="~1.3.3" />
@@ -92,4 +91,5 @@
9291
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.15" />
9392
<plugin name="cordova-plugin-file" spec="^4.3.3" />
9493
<plugin name="cordova-plugin-file-opener2" spec="^2.0.19" />
94+
<engine name="android" spec="~6.3.0" />
9595
</widget>

‎package-lock.json

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

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitpocket-mobile-app",
33
"author": "Stefan Huber",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"license": "BSD-2-Clause",
66
"repository": {
77
"type": "git",
@@ -40,7 +40,7 @@
4040
"@ngx-translate/http-loader": "^2.0.0",
4141
"bip21": "^2.0.1",
4242
"bitcoinjs-lib": "^3.2.0",
43-
"cordova-android": "~6.3.0",
43+
"cordova-android": "6.3.0",
4444
"cordova-plugin-file": "^4.3.3",
4545
"cordova-plugin-file-opener2": "^2.0.19",
4646
"cordova-plugin-inappbrowser": "~1.7.1",
@@ -103,4 +103,4 @@
103103
"android"
104104
]
105105
}
106-
}
106+
}
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎resources/splash.png

-181 KB
Loading

‎resources/splash.png.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b36ad6e2e5f0cd239e62e2b1965237d
1+
793b26f03f71ba46b3ba5dc0dba80162
-19.6 KB
Loading

‎src/assets/img/pitbocket-menu.png

-52 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.