Skip to content

Commit

Permalink
3.39
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Mar 8, 2014
1 parent a4584d4 commit e431649
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.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="159"
android:versionName="3.38-test" >
android:versionCode="160"
android:versionName="3.39-test" >

<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 @@
v3.39

* Usage of BIP70 when initiating payments via NFC (tap-to-pay) is now a supported feature.
* New translation into Arabic.

v3.38

* Supports BIP70 payment protocol for in-app payments.
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.38-test</version>
<version>3.39-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit e431649

Please sign in to comment.