diff --git a/application/application.pro b/application/application.pro index 57fdcb2..1d1d1e2 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.13 +VER = 3.14 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 3bd8f69..6d50931 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,9 @@ +* Sun May 23 2021 Matti Viljanen (direc85) 3.14-1 +- Use keepalive-tool to mitigate deep sleep +- Update translators and credits +- Update Polish translation (thanks, atlochowski) +- Update Deutch translation (thanks, nephros) + * Sun May 23 2021 Matti Viljanen (direc85) 3.13-1 - Show battery temperature and condition (thanks, nephros) - Show notifications about abnormal temperature and condition (thanks, nephros) diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index c7f533f..96d0f59 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.13 +Version: 3.14 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 3bde28b..f961fac 100644 --- a/service/service.pro +++ b/service/service.pro @@ -12,7 +12,7 @@ contains(LEGACY_BUILD, 1) { QT = core dbus multimedia } PKGCONFIG += nemonotifications-qt5 # Keep this in sync with "application.pro" -VER = 3.13 +VER = 3.14 REL = 1 VERSION = $${VER}-$${REL}