bump version

here
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
####Version (Next)
####Version 0.6.2
* Mi Band: support firmare versione 1.0.10.14 (and onwards?) vibration
* Mi Band: get device name from official BT SIG endpoint
* Mi Band: initial support for displaying live activity data, screen stays on

View File

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