bump version, update CHANGELOG.md (not yet released)

master
Andreas Shimokawa 2016-02-06 19:41:21 +01:00
parent 59d6553c54
commit 3db88574fa
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.7.4 (next)
* Pebble: Fix regression with broken active reconnect since 0.7.0
####Version 0.7.3
* Pebble: Report connection state to PebbleKit companion apps via content provider. NOTE: Makes Gadgetbridge mutual exclusive with the original Pebble app.
* Ignore generic notification when from SMSSecure when SMS Notifications are on

View File

@ -14,8 +14,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.7.3"
versionCode 39
versionName "0.7.4"
versionCode 40
}
buildTypes {
release {