bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2019-11-23 22:55:45 +01:00
parent 68a9bcc167
commit 2d52a04fab
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.39.1 (WIP)
* Active re-connection
* Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip
#### Version 0.39.0
* Amazfit GTS: Initial and incomplete support, mostly untested
* Add forward/backward buttons to charts for faster navigation

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.39.0"
versionCode 161
versionName "0.39.1"
versionCode 162
vectorDrawables.useSupportLibrary = true
}
buildTypes {