Version bump to 3.14-1

This commit is contained in:
Matti Viljanen 2021-05-30 20:58:15 +03:00
parent a492a6450e
commit 8e89b48f63
4 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n
# Keep this in sync with "service.pro"
VER = 3.13
VER = 3.14
REL = 1
VERSION = $${VER}-$${REL}

View file

@ -1,3 +1,9 @@
* Sun May 23 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.14-1
- Use keepalive-tool to mitigate deep sleep
- Update translators and credits
- Update Polish translation (thanks, atlochowski)
- Update Deutch translation (thanks, nephros)
* Sun May 23 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.13-1
- Show battery temperature and condition (thanks, nephros)
- Show notifications about abnormal temperature and condition (thanks, nephros)

View file

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

View file

@ -12,7 +12,7 @@ contains(LEGACY_BUILD, 1) { QT = core dbus multimedia }
PKGCONFIG += nemonotifications-qt5
# Keep this in sync with "application.pro"
VER = 3.13
VER = 3.14
REL = 1
VERSION = $${VER}-$${REL}