bump version

master
Andreas Shimokawa 2015-10-03 21:52:27 +09:00
parent 0ff0c6d176
commit a3e531155f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
###Changelog ###Changelog
####Version (Next) ####Version 0.6.2
* Mi Band: support firmare versione 1.0.10.14 (and onwards?) vibration * Mi Band: support firmare versione 1.0.10.14 (and onwards?) vibration
* Mi Band: get device name from official BT SIG endpoint * Mi Band: get device name from official BT SIG endpoint
* Mi Band: initial support for displaying live activity data, screen stays on * Mi Band: initial support for displaying live activity data, screen stays on

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 23 targetSdkVersion 23
versionCode 27 versionCode 28
versionName "0.6.1" versionName "0.6.2"
} }
buildTypes { buildTypes {
release { release {