Release 0.54

This commit is contained in:
Daniel Martí 2013-11-04 23:13:47 +01:00
parent fd529d347b
commit 3cedecca0c
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="53"
android:versionCode="540"
android:versionName="@string/version_name" >
<uses-sdk

View File

@ -1,4 +1,4 @@
### Future release
### 0.54 (05-11-2013)
* Add theming with Light and Dark themes
* New launcher and notification icons

View File

@ -2,7 +2,7 @@
<resources>
<string name="app_name">F-Droid</string>
<string name="version_name">0.53-test</string>
<string name="version_name">0.54</string>
<string name="about_sitec">https://f-droid.org</string>
<string name="about_mailc">team@f-droid.org</string>