bump version, update CHANGELOG (not yet release time)

master
Andreas Shimokawa 2017-08-26 01:01:15 +02:00
parent 165dcf897b
commit 9ac4b923c4
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog ### Changelog
#### Version 0.20.2 (next)
* Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74
* Amazfit Bip: enable caller display in later firmwares
* Amazfit Bip: initial firmware update support (EXPERIMENTAL, AT YOUR OWN RISK)
#### Version 0.20.1 #### Version 0.20.1
* Amazfit Bip: Support icons and text body for notifications * Amazfit Bip: Support icons and text body for notifications
* Mi Band: Fix setting smart alarms * Mi Band: Fix setting smart alarms

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25 targetSdkVersion 25
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.20.1" versionName "0.20.2"
versionCode 99 versionCode 100
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {