Release 0.13.8

master
cpfeiffer 2016-11-04 22:17:27 +01:00
parent 55f036c104
commit 4c1b7e0328
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.13.8
* Mi Band2: attempt at fixing connection issues for users of Mi Fit (#408, #425)
####Version 0.13.7
* Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)
* Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.13.7"
versionCode 69
versionName "0.13.8"
versionCode 70
}
buildTypes {
release {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.13.8" versioncode="70">
<change>Mi Band 2: attempt at fixing connection issues for users of Mi Fit</change>
</release>
<release version="0.13.7" versioncode="69">
<change>Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)</change>
<change>Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore</change>