bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2016-11-24 19:01:15 +01:00
parent 381323011e
commit 6520b46238
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,8 @@
###Changelog ###Changelog
####Version next ####Version 0.14.1
* Mi Band 2: Initial experimental support for activity data
* Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3)
* Pebble: Further improve compatibility for watchface configuration * Pebble: Further improve compatibility for watchface configuration
####Version 0.14.0 ####Version 0.14.0

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23 targetSdkVersion 23
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.14.0" versionName "0.14.1"
versionCode 72 versionCode 73
} }
buildTypes { buildTypes {
release { release {

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="next"> <release version="0.14.1" versioncode="73">
<change>Mi Band 2: Initial experimental support for activity data</change>
<change>Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3)</change>
<change>Pebble: Further improve compatibility for watchface configuration</change> <change>Pebble: Further improve compatibility for watchface configuration</change>
</release> </release>
<release version="0.14.0" versioncode="72"> <release version="0.14.0" versioncode="72">