From 18f78dd3a4e5293184b41d48fd6b2f942778eb57 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 28 Aug 2022 10:39:48 +0300 Subject: [PATCH] Version bump to v4.1.1-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 8 ++++++++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index a4a63ac..5efa762 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.1.0-1 +VERSION = 4.1.1-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index ece5f8a..0670df5 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,11 @@ +* Sun Aug 28 2022 Matti Viljanen (direc85) 4.1.0-1 +- Fixup! Use correct colors in battery graphic +- Fixup! Enable low battery animation +- Move all subpages to MainPage pull down menu +- Update Swedish translation (thanks, eson57) +- Update Polish translation (thanks, wetab73) +- Update copyrights + * Sun Aug 28 2022 Matti Viljanen (direc85) 4.1.0-1 - Redesign the logo and battery graphic - Use custom ImageButton in About page diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index b8681d4..5327b67 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.1.0 +Version: 4.1.1 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 5edef39..46bebef 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.1.0-1 +VERSION = 4.1.1-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"