Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 28, 2019
1 parent 4f342d5 commit 3b242aa
Show file tree
Hide file tree
Showing 2 changed files with 6 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="60450"
android:versionName="6.4.5">
android:versionCode="60500"
android:versionName="6.5.0">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 4 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Dash Wallet
v6.5.0
* Use DashJ 0.16 (supports DIP8, Chainlocks, InstantSendLocks)
* Send screen changes when InstantSendLocks (Spork 20) are activated

v6.4.5
* Fixed crash when restoring from recovery phrase
* Fixed rare crash when scan is selected from the context menu
Expand Down

0 comments on commit 3b242aa

Please sign in to comment.