bump version, update changelogs

master
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
####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
####Version 0.14.0

View File

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

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<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>
</release>
<release version="0.14.0" versioncode="72">