bump version, update changelog

master
Andreas Shimokawa 2016-11-25 14:31:56 +01:00
parent a5263141d7
commit 6106dda2a3
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.14.2
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
####Version 0.14.1
* Mi Band 2: Initial experimental support for activity data
* Mi Band 2: Send the fitness goal (steps) to the band

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.14.1"
versionCode 73
versionName "0.14.2"
versionCode 74
}
buildTypes {
release {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.14.2" versioncode="74">
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
</release>
<release version="0.14.1" versioncode="73">
<change>Mi Band 2: Initial experimental support for activity data</change>
<change>Mi Band 2: Send the fitness goal (steps) to the band</change>