Version bump to 3.0-1

This commit is contained in:
Matti Viljanen 2020-06-01 18:58:31 +03:00
parent 28d4e4277d
commit 8e3ab2024a
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 7 additions and 3 deletions

View file

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

View file

@ -1,3 +1,7 @@
* Mon Jun 01 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.1-1
- Update Chinese translation
- Don't alert on "100% idle" (e.g. emulator)
* Sun May 31 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.0-1 * Sun May 31 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.0-1
- Reimplemented systemd service controls charging and notifications - Reimplemented systemd service controls charging and notifications
- GUI doesn't have to be open for proper operation - GUI doesn't have to be open for proper operation

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: 3.0 Version: 3.1
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPLv3 License: GPLv3

View file

@ -5,7 +5,7 @@ CONFIG = qt console c++11 sailfish_build
QT = core network QT = core network
# Keep this in sync with "application.pro" # Keep this in sync with "application.pro"
VER = 3.0 VER = 3.1
REL = 1 REL = 1
VERSION = $${VER}-$${REL} VERSION = $${VER}-$${REL}