diff --git a/CHANGELOG.md b/CHANGELOG.md index 1327cbbc6..66b299aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### 0.50.0 (WIP) + +* Initial support for Casio GBX-100 +* Mi/Amazfit Band 5: Support watchface installation + #### 0.49.0 * Initial support for Amazfit Bip S Lite * Initial support for Amazfit GTR/GTS 2 diff --git a/app/build.gradle b/app/build.gradle index 18b4901d4..84b0362d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.49.0" - versionCode 183 + versionName "0.50.0" + versionCode 184 vectorDrawables.useSupportLibrary = true } buildTypes {