bump version, update CHANGELOG.md

This commit is contained in:
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 ###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 ####Version 0.5.0
* Mi Band: fix setting wear location * Mi Band: fix setting wear location
* Pebble: experimental watchapp installation support for FW 3.x/Pebble Time * Pebble: experimental watchapp installation support for FW 3.x/Pebble Time

View File

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