Bump version to 0.4.6

master
Andreas Shimokawa 2015-08-15 22:41:29 +02:00
parent c69bf1b0af
commit a2e2600469
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
###Changelog
####Version (next)
####Version 0.4.6
* Mi Band: Fixed negative number of steps displayed (#91)
* Mi Band: fixed (re-) connection problems after band getting disconnected
* Pebble: new option to enable untested code (enable only if you like bad surprises)
* Fixed slight steps graph distortion through black text labels
* Fixed control center activity and notification showing different device connection state
* Small firmware installation improvements

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 19
versionName "0.4.5"
versionCode 20
versionName "0.4.6"
}
buildTypes {
release {