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

Commit

Permalink
1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Jan 17, 2014
1 parent 8442754 commit 622d9db
Show file tree
Hide file tree
Showing 3 changed files with 6 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="152"
android:versionName="1.03" >
android:versionCode="153"
android:versionName="1.04" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
3 changes: 3 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.04
- Fix to prevent syncing to the wrong blockchain fork.

v1.03
- Reworked fee calculation. Should be more reliable now.
General advice: Sending very small amounts will usually cost you more fee than it's worth.
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.03</version>
<version>1.04</version>
<name>Dogecoin Wallet</name>

<parent>
Expand Down

0 comments on commit 622d9db

Please sign in to comment.