Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach authored and langerhans committed Jan 1, 2014
1 parent ddde590 commit 81bc4a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.langerhans.wallet"
android:installLocation="internalOnly"
android:versionCode="149"
android:versionName="1.00" >
android:versionCode="150"
android:versionName="1.01" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.01 (DOGE)

* fixed issues with fetching exchange rates
* updated French, Hungarian, Italian and Portuguese translations

v3.28

* for those who still use the unsecure address (pre-August), moves coins to secure addresses
Expand Down
2 changes: 1 addition & 1 deletion wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>wallet</artifactId>
<packaging>apk</packaging>
<version>1.00</version>
<version>1.01</version>
<name>Dogecoin Wallet</name>

<parent>
Expand Down

0 comments on commit 81bc4a6

Please sign in to comment.