Version bump to 3.13-1
This commit is contained in:
parent
cd6ee492c5
commit
1dd00dab1e
3 changed files with 10 additions and 4 deletions
|
@ -15,8 +15,8 @@ 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.12
|
VER = 3.13
|
||||||
REL = 3
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
* 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)
|
||||||
|
- Fix broken notifications on SFOS 3.4 and earlier
|
||||||
|
- Bring back SFOS 2.2 support
|
||||||
|
|
||||||
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-3
|
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-3
|
||||||
- Fix missing translations
|
- Fix missing translations
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ 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.12
|
Version: 3.13
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
Loading…
Reference in a new issue