From 6520b46238e7f63254b467e30d2bb5f1c19ad0c8 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 24 Nov 2016 19:01:15 +0100 Subject: [PATCH] bump version, update changelogs --- CHANGELOG.md | 4 +++- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50b67090..701824bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ###Changelog -####Version next +####Version 0.14.1 +* Mi Band 2: Initial experimental support for activity data +* Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) * Pebble: Further improve compatibility for watchface configuration ####Version 0.14.0 diff --git a/app/build.gradle b/app/build.gradle index 75a6248b8..e8fa2193c 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.14.0" - versionCode 72 + versionName "0.14.1" + versionCode 73 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c742ed415..e0c752959 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,6 +1,8 @@ - + + Mi Band 2: Initial experimental support for activity data + Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) Pebble: Further improve compatibility for watchface configuration