diff --git a/application/application.pro b/application/application.pro index db8b51f..6fee8c3 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 = 2.99 +VER = 3.0 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 2f6aabe..7f69036 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,8 +1,9 @@ -* Sun Apr 26 2020 Matti Viljanen (direc85) 2.99-1 -- Version 3.0 beta 1 +* Sun May 31 2020 Matti Viljanen (direc85) 3.0-1 - Reimplemented systemd service controls charging and notifications - GUI doesn't have to be open for proper operation - Added Ko-Fi.com donation link +- Translation fixes +- Identical with version 3.0 beta 1 (2.99-1) * Fri Mar 27 2020 Matti Viljanen (direc85) 2.2-2 - Fix broken notifications timer diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 8f7fc30..f02c2ac 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: 2.99 +Version: 3.0 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 24383cf..dda5174 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 = 2.99 +VER = 3.0 REL = 1 VERSION = $${VER}-$${REL}