Bump to 0.91

This commit is contained in:
Daniel Martí 2015-05-18 23:08:32 +02:00
parent f41be4bbe4
commit fc52e3e1c0
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
### Upcoming release
### 0.91 (2015-05-18)
* Don't request the "Write to external storage" permission on 4.4 and later
since it's not needed to use our own external app directory

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="900"
android:versionName="0.90-test"
android:versionCode="910"
android:versionName="0.91"
>
<uses-sdk