1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 23:21:34 +02:00

bump version, update changelogs

This commit is contained in:
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 ###Changelog
####Version next ####Version 0.13.9
* Pebble: use the last known location for setting sunrise and sunset * 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 ####Version 0.13.8
* Mi Band 2: fix connection issues for users of Mi Fit (#408, #425) * Mi Band 2: fix connection issues for users of Mi Fit (#408, #425)

View File

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

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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: 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>
<release version="0.13.8" versioncode="70"> <release version="0.13.8" versioncode="70">
<change>Mi Band 2: fix connection issues for users of Mi Fit</change> <change>Mi Band 2: fix connection issues for users of Mi Fit</change>