Version bump
This commit is contained in:
parent
fe6194eb70
commit
20598baf8a
4 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,7 @@ Page {
|
||||||
|
|
||||||
PageHeader {
|
PageHeader {
|
||||||
id: header
|
id: header
|
||||||
title: qsTr("Battery Buddy") +" v1.2"
|
title: qsTr("Battery Buddy") +" v1.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
* Sun Mar 10 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.3-1
|
||||||
|
- Add French and Chinise translations (thanks, dashinfantry and Quenty31)
|
||||||
|
|
||||||
* Mon Feb 11 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.2-1
|
* Mon Feb 11 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.2-1
|
||||||
- Alert doesn't stop media playback
|
- Alert doesn't stop media playback
|
||||||
|
|
|
@ -13,8 +13,7 @@ Name: harbour-batterybuddy
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
# Checklist: .spec .yaml .changes AboutPage.qml
|
Version: 1.3
|
||||||
Version: 1.2
|
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-batterybuddy
|
Name: harbour-batterybuddy
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
|
|
Loading…
Reference in a new issue