Skip to content

Commit 67e7c03

Browse files
committed
3.37
1 parent 35f5ae5 commit 67e7c03

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

wallet/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="de.schildbach.wallet_test"
55
android:installLocation="internalOnly"
6-
android:versionCode="157"
7-
android:versionName="3.36-test" >
6+
android:versionCode="158"
7+
android:versionName="3.37-test" >
88

99
<uses-sdk
1010
android:minSdkVersion="10"

wallet/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.37
2+
3+
* New translation into Japanese.
4+
15
v3.36
26

37
* Small bugfix.

wallet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>wallet</artifactId>
88
<packaging>apk</packaging>
9-
<version>3.36-test</version>
9+
<version>3.37-test</version>
1010
<name>Bitcoin Wallet</name>
1111

1212
<parent>

0 commit comments

Comments
 (0)