Skip to content

Commit

Permalink
3.52
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jul 2, 2014
1 parent 2aa833d commit f739bc8
Show file tree
Hide file tree
Showing 3 changed files with 7 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="172"
android:versionName="3.51-test" >
android:versionCode="173"
android:versionName="3.52-test" >

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

* Update French, Danish and Korean translations.

v3.51

* Sweeping of paper wallets (e.g. those used for cold storage).
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.51-test</version>
<version>3.52-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit f739bc8

Please sign in to comment.