bump version update CHANGELOG

master
Andreas Shimokawa 2017-01-18 22:17:59 +01:00
parent 26a751977e
commit cf45c665a5
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 0.17.1
* Pebble: Fix installation of some watchapps
* Pebble: Try to improve PebbleKit compatibility
* HPlus: Fix bug setting current date
####Version 0.17.0
* Add weather support through "Weather Notification" app
* Various fixes for K9 mail when using the generic notification receiver

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.17.0"
versionCode 81
versionName "0.17.1"
versionCode 82
}
buildTypes {
release {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.17.1" versioncode="82">
<change>Pebble: Fix installation of some watchapps</change>
<change>Pebble: Try to improve PebbleKit compatibility</change>
<change>HPlus: Fix bug setting current date</change>
</release>
<release version="0.17.0" versioncode="81">
<change>Add weather support through "Weather Notification" app</change>
<change>Various fixes for K9 mail when using the generic notification receiver</change>