From 3dea675987e4c1e15e174cfe68f971505b492e41 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 11 Sep 2016 12:47:02 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4940332b5..770fae7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ###Changelog +####Version 0.12.2 +* Fix for user attribute database table getting spammed and store sleep and steps goals properly + ####Version 0.12.1 (release withdrawn) * Pebble: Fix activity data being associated with the wrong device and/or user in some cases causing them to invisible in charts * Remove special handling for Conversations notfications since upstream dropped special pebble support diff --git a/app/build.gradle b/app/build.gradle index 992b3030d..a92fbf07b 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.12.1" - versionCode 60 + versionName "0.12.2" + versionCode 61 } buildTypes { release {