Bump to 0.100.1

This commit is contained in:
Daniel Martí 2016-06-21 17:00:34 +01:00
parent 7f5db2c5b9
commit 8f0e23bbe0
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
### 0.100.1 (2016-06-21)
* Fix background crash after installing or updating apps
* Fix crash if an app has a short description
* Fix background crash in the wifi state change swap service
* Fix crash if there is a problem listing the cached files to delete
### 0.100 (2016-06-07) ### 0.100 (2016-06-07)
* Ability to download apps in the background * Ability to download apps in the background

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid" package="org.fdroid.fdroid"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="100050" android:versionCode="100150"
android:versionName="0.100" android:versionName="0.100.1"
> >
<uses-sdk <uses-sdk