bump version, update xml changelog

This commit is contained in:
Andreas Shimokawa 2016-03-26 10:04:02 +01:00
parent a70c31f965
commit 9d29e4db3f
3 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,8 @@
###Changelog ###Changelog
####Version 0.9.2 ####Version 0.9.2
* Mi Band: Second firmware of Mi1S could not be updated (#234) * Mi Band: Fix update of second (HR) firmware on Mi1S (#234)
* Fixed ordering issue of device infos being displayed * Fix ordering issue of device infos being displayed
####Version 0.9.1 ####Version 0.9.1
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249) * Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)

View File

@ -16,8 +16,8 @@ android {
targetSdkVersion 23 targetSdkVersion 23
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.9.1" versionName "0.9.2"
versionCode 45 versionCode 46
} }
buildTypes { buildTypes {
release { release {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.9.2" versioncode="46">
<change>Mi Band: Fix update of second (HR) firmware on Mi1S (#234)</change>
<change>Fix ordering issue of device infos being displayed</change>
</release>
<release version="0.9.1" versioncode="45"> <release version="0.9.1" versioncode="45">
<change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change> <change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change>
<change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change> <change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change>