Version bump to 3.14-1
This commit is contained in:
parent
a492a6450e
commit
8e89b48f63
4 changed files with 9 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue