From 43fc3873bb4777b70005893d83b593197c87fed6 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 27 Apr 2017 07:46:30 +0200 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce456b0..97225ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +###Version 0.19.1 +* Fix crash at startup +* HPlus: Improve reconnection to device +* Improve transliteration + ###Version 0.19.0 * Pebble: allow calendar sync with Timeline (Title, Location, Description) * Pebble: display calendar icon for reminders from AOSP Calendar diff --git a/app/build.gradle b/app/build.gradle index c9dcfd13..71795f89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.19.0" - versionCode 93 + versionName "0.19.1" + versionCode 94 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 1f2729df..464b0cda 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Fix crash at startup + Improve reconnection to device +* Improve transliteration + Pebble: allow calendar sync with Timeline (Title, Location, Description) Pebble: display calendar icon for reminders from AOSP Calendar