Version 0.55

This commit is contained in:
Ciaran Gultnieks 2013-11-11 10:12:32 +00:00
parent 2efba7f932
commit 44c1dc2c44
3 changed files with 7 additions and 2 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="540"
android:versionCode="550"
android:versionName="@string/version_name" >
<uses-sdk

View File

@ -1,3 +1,8 @@
### 0.55 (2013-11-11)
* Fixed problems with category selection on Android 2.X devices.
* Lots of translation updates, including new Norwegian translation.
### 0.54 (2013-11-05)
* New options on the App Details screen to ignore all future updates for that

View File

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