Bump to 0.76

This commit is contained in:
Daniel Martí 2014-10-09 00:43:53 +02:00
parent 4ba45ba66f
commit 10009dc1fe
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="org.fdroid.fdroid" package="org.fdroid.fdroid"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="750" android:versionCode="760"
android:versionName="0.75" > android:versionName="0.76" >
<uses-sdk <uses-sdk
android:minSdkVersion="7" android:minSdkVersion="7"

View File

@ -1,4 +1,4 @@
### 0.75 (2014-10-03) ### 0.76 (2014-10-08)
* Added "local repo" support to host an F-Droid repo on the device itself, with * Added "local repo" support to host an F-Droid repo on the device itself, with
full signed repo support, icons, and optional HTTPS full signed repo support, icons, and optional HTTPS

View File

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