bump version and add changelog

master
Andreas Shimokawa 2016-11-29 22:36:05 +01:00
parent 011646b097
commit 1862b59dad
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 0.14.3
* Pebble: Experimental support for pairing and using all Pebble models via BLE
* Mi Band: Fix regressing causing wrong activity data
####Version 0.14.2
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices

View File

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

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.14.3" versioncode="75">
<change>Pebble: Experimental support for pairing and using all Pebble models via BLE</change>
<change>Mi Band: Fix regressing causing wrong activity data</change>
</release>
<release version="0.14.2" versioncode="74">
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices</change>
</release>