bump version, update changelogs

master
Andreas Shimokawa 2016-06-24 21:51:02 +02:00
parent 181df7311a
commit 0a1ef37c14
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,11 @@
###Changelog
####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)
* Pebble: fix regression with FW 2.x (almost everything was broken in 0.10.2)
####Version 0.10.2
* Pebble: allow to manually paste configuration data for legacy configuration pages
* Pebble: various improvements to the configuration page

View File

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

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<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>
<change>Pebble: fix regression with FW 2.x (almost everything was broken in 0.10.2)</change>
</release>
<release version="0.10.2" versioncode="55">
<change>Pebble: allow to manually paste configuration data for legacy configuration pages</change>
<change>Pebble: various improvements to the configuration page</change>