From 4c1b7e0328e3470247fff24227c658c0ea78e618 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Fri, 4 Nov 2016 22:17:27 +0100 Subject: [PATCH] Release 0.13.8 --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fec508c..2023361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ###Changelog +####Version 0.13.8 +* Mi Band2: attempt at fixing connection issues for users of Mi Fit (#408, #425) + ####Version 0.13.7 * Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) * Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore diff --git a/app/build.gradle b/app/build.gradle index da90c4b1..6ebd536e 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.7" - versionCode 69 + versionName "0.13.8" + versionCode 70 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 7ca5092e..28a8722f 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Mi Band 2: attempt at fixing connection issues for users of Mi Fit + Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore