Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 17, 2020
1 parent 89b0e1d commit 834187f
Show file tree
Hide file tree
Showing 2 changed files with 7 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="70000"
android:versionName="7.0.0-redesign">
android:versionCode="70004"
android:versionName="7.0.0">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Dash Wallet
v7.0.0
* Beta Release
* Complete app redesign
* includes fixes from 6.6.5 (fix delayed sending and fallback price source #2)

v6.6.4
* Revert: Large numbers have separators (e.g. 1,999.00 instead of 1999.00).
This caused many bugs on the Send and Request screens
Expand Down

0 comments on commit 834187f

Please sign in to comment.