diff --git a/application/application.pro b/application/application.pro index a492021..23aee26 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.11 +VER = 3.12 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 195c275..2bf06bd 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,7 @@ +* Wed Apr 28 2021 Matti Viljanen (direc85) 3.12-1 +- Update Chinese translation (thanks, dashinfantry) +- Remove some debug output + * Tue Apr 27 2021 Matti Viljanen (direc85) 3.11-1 - Don't trigger config save when loading Settings page diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 2dae752..4cf441c 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.11 +Version: 3.12 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 5e53442..d7beaec 100644 --- a/service/service.pro +++ b/service/service.pro @@ -7,7 +7,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with "application.pro" -VER = 3.11 +VER = 3.12 REL = 1 VERSION = $${VER}-$${REL}