From 5cc83fe84b69ba22564c039bd02224de3c88845c Mon Sep 17 00:00:00 2001
From: Matti Viljanen <matti.viljanen@kapsi.fi>
Date: Sun, 5 Mar 2023 11:47:29 +0200
Subject: [PATCH] Version bump to 4.2.5-1

---
 application/application.pro      | 2 +-
 rpm/harbour-batterybuddy.changes | 5 ++++-
 rpm/harbour-batterybuddy.spec    | 2 +-
 service/service.pro              | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/application/application.pro b/application/application.pro
index dcdcac5..b6b8390 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.4-1
+VERSION = 4.2.5-1
 
 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
 DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes
index 63d7893..c2f74b8 100644
--- a/rpm/harbour-batterybuddy.changes
+++ b/rpm/harbour-batterybuddy.changes
@@ -1,5 +1,8 @@
+* Sun Mar 5 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.5-1
+- Fixup! Include all translation files
+
 * Sun Mar 5 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.4-1
-- Fix broken battery health
+- Fixup! Fix broken battery health
 
 * Sat Mar 4 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.3-1
 - Add Slovak translation (thanks, okruhliak)
diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec
index de3d737..4b7e341 100644
--- a/rpm/harbour-batterybuddy.spec
+++ b/rpm/harbour-batterybuddy.spec
@@ -11,7 +11,7 @@ Name:       harbour-batterybuddy
 # Keep this in sync with .pro files
 
 Summary:    Battery Buddy
-Version:    4.2.4
+Version:    4.2.5
 Release:    1
 Group:      Qt/Qt
 License:    GPLv3
diff --git a/service/service.pro b/service/service.pro
index 8606ae0..5053741 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.4-1
+VERSION = 4.2.5-1
 
 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
 DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"