bump version, update changelog
This commit is contained in:
parent
d6b9e6d64b
commit
9a41d4d7a2
|
@ -1,5 +1,10 @@
|
|||
###Changelog
|
||||
|
||||
####Version 0.13.7
|
||||
* Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)
|
||||
* Mi Band: allow to delete Mi Band address from development settings
|
||||
* Mi Band 2: Some initial hacky support for hr readings (Debug activity only)
|
||||
|
||||
####Version 0.13.6
|
||||
* Mi Band 2: Support for multiple alarms (3 at the moment)
|
||||
* Mi Band 2: Fix for alarms not working when just one is enabled
|
||||
|
|
|
@ -26,8 +26,8 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.6"
|
||||
versionCode 68
|
||||
versionName "0.13.7"
|
||||
versionCode 69
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.13.7" versioncode="69">
|
||||
<change>Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)</change>
|
||||
<change>Mi Band: allow to delete Mi Band address from development settings</change>
|
||||
<change>Mi Band 2: Some initial hacky support for hr readings (Debug activity only)</change>
|
||||
</release>
|
||||
<release version="0.13.6" versioncode="68">
|
||||
<change>Mi Band 2: Support multiple alarms (3 at the moment)</change>
|
||||
<change>Mi Band 2: Fix for alarms not working when just one is enabled</change>
|
||||
|
|
Loading…
Reference in New Issue