Bump version to 0.4.2, update CHANGELOG.md

master
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 ###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 ####Version 0.4.1
* New icons, thanks xphnx! * New icons, thanks xphnx!
* Improvements to Sleep Monitor charts * Improvements to Sleep Monitor charts

View File

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