Updates for 0.11.2 release

(cherry picked from commit 802314fc13)
This commit is contained in:
cpfeiffer 2016-07-15 00:48:50 +02:00
parent 316d3a5bbd
commit b3e61b4aae
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
###Changelog
####Version 0.11.2
Mi Band: support for devices that cannot pair with the band (#349)
####Version 0.11.1
* Various fixes (including crashes) for location settings
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)

View File

@ -18,8 +18,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.11.1"
versionCode 57
versionName "0.11.2"
versionCode 58
}
buildTypes {
release {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.11.2" versioncode="58">
<change>Mi Band: support for devices that cannot pair with the band (#349)</change>
</release>
<release version="0.11.1" versioncode="57">
<change>Various fixes (including crashes) for location settings</change>
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>