From 4925dec9f63ff5064dfd43acb136ab1593bcc164 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 25 Dec 2016 23:19:37 +0100 Subject: [PATCH] bump version, update CHANGELOG, not yet ready for release --- 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 87320c837..949564e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.16.0 +* New device: ZeBand +* ZeBand: Initial experimental support +* Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant + ####Version 0.15.2 * Mi Band: Fix crash with unknown notification sources diff --git a/app/build.gradle b/app/build.gradle index a4caf211b..e985816d1 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.15.2" - versionCode 79 + versionName "0.16.0" + versionCode 80 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index b3a558fa0..7b1b8cb0a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + New device: ZeBand + ZeBand: Initial experimental support + Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant + Mi Band: Fix crash with unknown notification sources