diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c00c998..e9bbe485f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) * Ability to download apps in the background diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cc7617acd..0ae4e628d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@