bump version

master
Andreas Shimokawa 2016-09-11 12:47:02 +02:00
parent 56c7b6b1cb
commit 3dea675987
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 {