bump version, update CHANGELOG.md

master
Andreas Shimokawa 2015-08-22 22:36:32 +02:00
parent 6f7de96461
commit 8b9406996c
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 0.5.1
* Pebble: support taking screenshot from Pebble Time
* Fix broken "find lost device" which was broken in 0.5.0
####Version 0.5.0
* Mi Band: fix setting wear location
* Pebble: experimental watchapp installation support for FW 3.x/Pebble Time

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 21
versionName "0.5.0"
versionCode 22
versionName "0.5.1"
}
buildTypes {
release {