bump version, update changelogs

master
Andreas Shimokawa 2016-11-10 10:51:04 +01:00
parent eb7646d26a
commit 1fcd7d8144
3 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,9 @@
###Changelog
####Version next
####Version 0.13.9
* Pebble: use the last known location for setting sunrise and sunset
* Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)
* Mi Band 2: More fixes for connection issues (#408)
####Version 0.13.8
* Mi Band 2: fix connection issues for users of Mi Fit (#408, #425)

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.13.8"
versionCode 70
versionName "0.13.9"
versionCode 71
}
buildTypes {
release {

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<release version="0.13.9" versioncode="71">
<change>Pebble: use the last known location for setting sunrise and sunset</change>
<change>Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)</change>
<change>Mi Band 2: More fixes for connection issues (#408)</change>
</release>
<release version="0.13.8" versioncode="70">
<change>Mi Band 2: fix connection issues for users of Mi Fit</change>