Skip to content

Commit

Permalink
4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed May 8, 2015
1 parent 334debe commit e1c66d7
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="217"
android:versionName="4.27-test" >
android:versionCode="218"
android:versionName="4.28-test" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.28

* Add Hindi and Croatian translations. Update Greek and Albanian.
* Design bugfixes.

v4.27

* Tint incoming transactions in green, outgoing in red.
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>4.27-test</version>
<version>4.28-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit e1c66d7

Please sign in to comment.