Version bump to v4.1.1-1

This commit is contained in:
Matti Viljanen 2022-08-28 10:39:48 +03:00
parent 5e7c55a6aa
commit 18f78dd3a4
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 11 additions and 3 deletions

View file

@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n dbus CONFIG += console sailfishapp sailfishapp_i18n dbus
# Keep this in sync with service.pro and .spec # 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_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"

View file

@ -1,3 +1,11 @@
* Sun Aug 28 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 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) <matti.viljanen@kapsi.fi> 4.1.0-1 * Sun Aug 28 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-1
- Redesign the logo and battery graphic - Redesign the logo and battery graphic
- Use custom ImageButton in About page - Use custom ImageButton in About page

View file

@ -11,7 +11,7 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only! # Change the version and release strings in .pro file only!
Summary: Battery Buddy Summary: Battery Buddy
Version: 4.1.0 Version: 4.1.1
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPLv3 License: GPLv3

View file

@ -5,7 +5,7 @@ QT = core dbus
PKGCONFIG += nemonotifications-qt5 PKGCONFIG += nemonotifications-qt5
# Keep this in sync with application.pro and .spec # 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_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"