From 6a5c3fb945ee4d75c9bd402bf4af8042964af0ab Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 3 Oct 2016 22:51:12 +0200 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8a1c25f..e01fd9083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index bb092abcf..85525e239 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 7b6d2a149..424baf67a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Fix regressions with missing bars and labels in charts + Allow to set notification type in Debug activity + Support deleting devices (and their data) in control center Sort devices lexicographically in control center