diff --git a/CHANGELOG.md b/CHANGELOG.md index 876b0bc1..9c6a3f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ###Changelog -####Version (Next) +####Version 0.6.2 * Mi Band: support firmare versione 1.0.10.14 (and onwards?) vibration * Mi Band: get device name from official BT SIG endpoint * Mi Band: initial support for displaying live activity data, screen stays on diff --git a/app/build.gradle b/app/build.gradle index da8eb113..9236330e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 27 - versionName "0.6.1" + versionCode 28 + versionName "0.6.2" } buildTypes { release {