bump version, update CHANGELOG.md

master
Andreas Shimokawa 2016-02-29 23:06:30 +01:00
parent 9dd0a8bf2b
commit 9adae3b538
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
###Changelog ###Changelog
####Version (next) ####Version 0.8.1
* Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x) * Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x)
* Pebble: fix crash while receiving Health data
* Mi Band 1S: support for synchronizing activity data (#205) * Mi Band 1S: support for synchronizing activity data (#205)
* Mi Band 1S: support for reading the heart rate via the "Debug Screen" #178 * Mi Band 1S: support for reading the heart rate via the "Debug Screen" #178

View File

@ -14,8 +14,8 @@ android {
targetSdkVersion 23 targetSdkVersion 23
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.8.0" versionName "0.8.2"
versionCode 41 versionCode 42
} }
buildTypes { buildTypes {
release { release {