diff --git a/application/application.pro b/application/application.pro index 6e13cd5..bd6b8da 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n # Keep this in sync with "service.pro" -VER = 3.5 +VER = 3.6 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 5fad0a8..608a05f 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,7 @@ +* Sun Nov 15 2020 Matti Viljanen (direc85) 3.6-1 +- Display charging/discharging current +- Speed up service buttons + * Mon Oct 19 2020 Matti Viljanen (direc85) 3.5-1 - Fix service control buttons on SFOS 3.4 - Drop custom slider element diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 3197615..e67c4ec 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -11,7 +11,7 @@ Name: harbour-batterybuddy # Change the version and release strings in .pro file only! Summary: Battery Buddy -Version: 3.5 +Version: 3.6 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index be8f42b..984fecd 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ CONFIG = qt console c++11 sailfish_build QT = core network # Keep this in sync with "application.pro" -VER = 3.5 +VER = 3.6 REL = 1 VERSION = $${VER}-$${REL}