update CHANGELOG, bump version

master
Andreas Shimokawa 2015-09-12 23:22:29 +02:00
parent 637539861d
commit b886ba4ac7
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
###Changelog
####Version next
####Version 0.5.4
* Miband: allow the transfer of activity data without clearing MiBand's memory
* Pebble: for generic notificataions use generic icon insted of SMS icons on FW 3.x (thanks @roidelapluie)
* In settings, support blacklisting apps for generic notifications
####Version 0.5.3
* Pebble: For generic notifications, support dismissing individual notficications and "Open on Phone" feature (OG & PT)

View File

@ -12,8 +12,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 23
versionCode 24
versionName "0.5.3"
versionCode 25
versionName "0.5.4"
}
buildTypes {
release {