bump version, update xml changelog

here
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
####Version 0.9.2
* Mi Band: Second firmware of Mi1S could not be updated (#234)
* Fixed ordering issue of device infos being displayed
* Mi Band: Fix update of second (HR) firmware on Mi1S (#234)
* Fix ordering issue of device infos being displayed
####Version 0.9.1
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)

View File

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

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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>