Skip to content

Commit

Permalink
3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Oct 20, 2013
1 parent c8f54d0 commit 3875d4b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="142"
android:versionName="3.21-test" >
android:versionCode="143"
android:versionName="3.22-test" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v3.22

* sound effect when sending a payment
* fixed rare issues with transactions missing or shown as unconfirmed
* Hungarian translation
* based on bitcoinj 0.10.2

v3.21

* bugfix
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>3.21-test</version>
<version>3.22-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit 3875d4b

Please sign in to comment.