bump version, update changelogs

master
Andreas Shimokawa 2016-12-19 23:40:12 +01:00
parent bd5dc6bfbc
commit 7cb2425ffd
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
###Changelog
####Version next
####Version 0.15.1
* Improved handling of notifications for some apps
* Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks
####Version 0.15.0
* New device: Liveview

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.15.0"
versionCode 77
versionName "0.15.1"
versionCode 78
}
buildTypes {
release {

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<change>* Improved handling of notifications for some apps</change>
<release version="0.15.1" versioncode="78">
<change>Improved handling of notifications for some apps</change>
<change>Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks</change>
</release>
<release version="0.15.0" versioncode="77">
<change>New device: Liveview</change>