Skip to content

Commit

Permalink
v6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 14, 2019
1 parent deb3654 commit 00f6def
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="60610"
android:versionName="6.6.1">
android:versionCode="60622"
android:versionName="6.6.2">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
9 changes: 9 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Dash Wallet
v6.6.2
* Use DashJ 0.16.2
* Improves processing of ChainLocks and InstantSendLocks
* Fixes several crashes
* Add Log out command to Uphold screen
* Add ability to reset link to Uphold account if the password was changed
* Display entire Uphold balance (not rounded to #.##)
* Wallet will be locked if the phone is rebooted

v6.6.1
* Report store information in Report Issue

Expand Down

0 comments on commit 00f6def

Please sign in to comment.