update version and changelog

master
Andreas Shimokawa 2016-10-03 22:51:12 +02:00
parent b8b8a05181
commit 6a5c3fb945
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 0.13.3
* Fix regressions with missing bars and labels in charts
* Allow to set notification type in Debug activity
####Version 0.13.2
* Support deleting devices (and their data) in control center
* Sort devices lexicographically in control center

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.13.2"
versionCode 64
versionName "0.13.3"
versionCode 65
}
buildTypes {
release {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.13.3" versioncode="65">
<change>Fix regressions with missing bars and labels in charts</change>
<change>Allow to set notification type in Debug activity</change>
</release>
<release version="0.13.2" versioncode="64">
<change>Support deleting devices (and their data) in control center</change>
<change>Sort devices lexicographically in control center</change>