bump version update changelog

master
Andreas Shimokawa 2016-07-06 22:35:41 +02:00
parent 4de45787c3
commit 26bab26917
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
###Changelog
####Version 0.11.1
* Various fixes (including crashes) for location settings
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
####Version 0.11.0
* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)
* Pebble: call dismissal with canned SMS (FW 3.x)

View File

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

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<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>
</release>
<release version="0.11.0" versioncode="56">
<change>Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)</change>
<change>Pebble: call dismissal with canned SMS (FW 3.x)</change>