bump version, update changelog

This commit is contained in:
Andreas Shimokawa
2018-04-16 20:13:21 +02:00
parent c71eba9483
commit 3b3185d46f
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
### Changelog
#### Version 0.26.1
* Fix crashes and connection problems on Android 6 and lower
#### Version 0.26.0
* Amazfit Bip: Initial support for GPS tracks
* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript
+2 -2
View File
@@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.26.0"
versionCode 126
versionName "0.26.1"
versionCode 127
vectorDrawables.useSupportLibrary = true
}
buildTypes {
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.26.1" versioncode="127">
<change> Fix crashes on connection problems on Android 6 and lower</change>
</release>
<release version="0.26.0" versioncode="126">
<change>Amazfit Bip: Initial support for GPS tracks</change>
<change>Pebble: Wind speed/direction support and bugfixes for weather when using background javascript</change>
@@ -0,0 +1 @@
* Fix crashes and connection problems on Android 6 and lower