Skip to content

Commit

Permalink
Version bump to 3.14-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed May 30, 2021
1 parent a492a64 commit 8e89b48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 6 additions & 0 deletions rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Sun May 23 2021 Matti Viljanen (direc85) <[email protected]> 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) <[email protected]> 3.13-1
- Show battery temperature and condition (thanks, nephros)
- Show notifications about abnormal temperature and condition (thanks, nephros)
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-batterybuddy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion service/service.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8e89b48

Please sign in to comment.