From ea76e568cc6a11da14004cbdc5539a0c49c213f4 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 26 Sep 2016 22:11:26 +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 165c1488f..c98d2e33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ###Changelog +####Version 0.13.1 +* Pebble: try to work around duplicate Telegram messages and support Telegram icon +* Pebble: fix some incompatibilities with certain PebbleKit Android apps + ####Version 0.13.0 * Initial working Mi Band 2 support (only notifications, no activity and heart rate support) * Experimental support for Vibratissimo devices diff --git a/app/build.gradle b/app/build.gradle index 79c66e148..ec47b1832 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.13.0" - versionCode 62 + versionName "0.13.1" + versionCode 63 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c5ef33dde..955f4e6a8 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Pebble: try to work around duplicate Telegram messages and support Telegram icon +* Pebble: fix some incompatibilities with certain PebbleKit Android apps + Initial working Mi Band 2 support (only notifications, no activity and heart rate support) Experimental support for Vibratissimo devices