From 32e1dec0f8b1c87641a36a919e838ede8e0dd9d8 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 4 Oct 2017 19:44:21 +0200 Subject: [PATCH] bump version update changelogs (release real 0.21.5 early because 0.21.4 had a mismatched version/tag) --- CHANGELOG.md | 3 +++ app/build.gradle | 2 +- app/src/main/res/xml/changelog_master.xml | 3 +++ fastlane/metadata/android/en-US/changelogs/106.txt | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/106.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 0400c30e..9c3f6d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version 0.21.5 +* Mi2/Bip: Support setting distance units (metric/imperial) + #### Version 0.21.4 * Mi2/Bip: Fix sleep detection for newer firmwares * Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data diff --git a/app/build.gradle b/app/build.gradle index c0a5d5c3..5f52dacf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { // note: always bump BOTH versionCode and versionName! versionName "0.21.5" - versionCode 105 + versionCode 106 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index a1e6745c..17d93f44 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Mi2/Bip: Support setting distance units (metric/imperial) + Mi2/Bip: Fix sleep detection for newer firmwares Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data diff --git a/fastlane/metadata/android/en-US/changelogs/106.txt b/fastlane/metadata/android/en-US/changelogs/106.txt new file mode 100644 index 00000000..3789f96c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/106.txt @@ -0,0 +1 @@ +* Mi2/Bip: Support setting distance units (metric/imperial)