From a2e2600469cafaf620501446c3aa847b542c57ce Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 15 Aug 2015 22:41:29 +0200 Subject: [PATCH] Bump version to 0.4.6 --- CHANGELOG.md | 3 +-- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74f7c96..fcb822ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ ###Changelog -####Version (next) - ####Version 0.4.6 * Mi Band: Fixed negative number of steps displayed (#91) * Mi Band: fixed (re-) connection problems after band getting disconnected +* Pebble: new option to enable untested code (enable only if you like bad surprises) * Fixed slight steps graph distortion through black text labels * Fixed control center activity and notification showing different device connection state * Small firmware installation improvements diff --git a/app/build.gradle b/app/build.gradle index d88ae674..52c3a67d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 19 - versionName "0.4.5" + versionCode 20 + versionName "0.4.6" } buildTypes { release {