Bump to 0.83

This commit is contained in:
Daniel Martí 2015-03-26 19:07:25 +01:00
parent f1084452d4
commit c11fdd11d8
3 changed files with 4 additions and 4 deletions

View File

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

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="820" android:versionCode="830"
android:versionName="0.82" android:versionName="0.83"
> >
<uses-sdk <uses-sdk

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.82</string> <string name="version_name">0.83</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>