diff --git a/application/application.pro b/application/application.pro index 390f292..6374a9e 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n dbus # Keep this in sync with service.pro and .spec -VERSION = 4.2.1-1 +VERSION = 4.2.2-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 9618f76..627332a 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,6 @@ +* Sun Jan 1 2023 Matti Viljanen (direc85) 4.2.2-1 +- Restart the permission service on update + * Sun Jan 1 2023 Matti Viljanen (direc85) 4.2.1-1 - Properly read and set values on first startup diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index d7a674c..5aa57f1 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: 4.2.1 +Version: 4.2.2 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index e9b37ce..fccb7c4 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with application.pro and .spec -VERSION = 4.2.1-1 +VERSION = 4.2.2-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"