bump version, add changelog

master
Andreas Shimokawa 2016-10-21 13:13:08 +02:00
parent 503bcee7b4
commit d08012709f
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 0.13.5
* Mi Band 2: Support setting one alarm
* Pebble: Health compatibility for Firmware 4.2
* Improve support for K9 when generic notifications are used (K9 notifications set to never)
####Version 0.13.4
* Mi Band: Initial support for recording heart and displaying rate values
* Mi Band: Support for testing vibration patterns directly from the preferences

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.13.4"
versionCode 66
versionName "0.13.5"
versionCode 67
}
buildTypes {
release {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.13.5" versioncode="67">
<change>Mi Band 2: Support setting one alarm</change>
<change>Pebble: Health compatibility for Firmware 4.2</change>
<change>Improve support for K9 when generic notifications are used (K9 notifications set to never)</change>
</release>
<release version="0.13.4" versioncode="66">
<change>Mi Band: Initial support for recording heart and displaying rate values</change>
<change>Mi Band: Support for testing vibration patterns directly from the preferences</change>