Skip to content

Commit

Permalink
version bump to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lacksfish authored and afk11 committed Jan 2, 2019
1 parent 4996586 commit 0965445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.blocktrail.mywallet" version="4.4.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.blocktrail.mywallet" version="4.4.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>BTC Wallet</name>
<description>
Your personal Bitcoin wallet, powered by BTC.com
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest android:hardwareAccelerated="true" android:versionCode="404038" android:versionName="4.4.3" package="com.blocktrail.mywallet" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="404048" android:versionName="4.4.4" package="com.blocktrail.mywallet" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget id="com.blocktrail.mywallet" version="4.4.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.blocktrail.mywallet" version="4.4.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="FabricPlugin">
<param name="android-package" value="com.sarriaroman.fabric.FabricPlugin" />
<param name="onload" value="true" />
Expand Down

0 comments on commit 0965445

Please sign in to comment.