Bump version to 0.4.2, update CHANGELOG.md

live-sensor-data 0.4.2
Andreas Shimokawa 2015-06-27 20:02:46 +02:00
parent 5cde8181c9
commit bf29814294
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 0.4.2
* Material style for Lollipop
* Support for finding a lost device (vibrate until cacelled)
* Mi Band: Support for vibration profiles, configurable for notifications
* Pebble: Support taking screenshots from the device context menu (Pebble Time not supported yet)
####Version 0.4.1
* New icons, thanks xphnx!
* Improvements to Sleep Monitor charts

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 15
versionName "0.4.1"
versionCode 16
versionName "0.4.2"
}
buildTypes {
release {