From 26bab26917c307f229e8c713a7e1cfe157dad996 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 6 Jul 2016 22:35:41 +0200 Subject: [PATCH] bump version update changelog --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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)