diff --git a/CHANGELOG.md b/CHANGELOG.md index 143ababd..b7fee1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ###Changelog +####Version 0.11.1 +* Various fixes (including crashes) for location settings +* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) + ####Version 0.11.0 * Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) * Pebble: call dismissal with canned SMS (FW 3.x) diff --git a/app/build.gradle b/app/build.gradle index 46f8286b..92f82f8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.11.0" - versionCode 56 + versionName "0.11.1" + versionCode 57 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 9e499d93..6679f3fb 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Various fixes (including crashes) for location settings + Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) + Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) Pebble: call dismissal with canned SMS (FW 3.x)