Bump to 0.82

This commit is contained in:
Daniel Martí 2015-03-23 16:44:45 +01:00
parent bb775bde08
commit 0ced75d451
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
### 0.82 (2015-03-??)
### 0.82 (2015-03-23)
* Fix possible crashes when installing or uninstalling apps

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="810"
android:versionName="0.81-test"
android:versionCode="820"
android:versionName="0.82"
>
<uses-sdk

View File

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