Mmaintenance release 0.4.6
This commit is contained in:
parent
2ea4d9f5a3
commit
b8538f6810
3 changed files with 6 additions and 5 deletions
|
@ -61,7 +61,7 @@ Page {
|
|||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.primaryColor
|
||||
text: "© 2019 Anton Thomasson"
|
||||
text: "© 2019-2020 Anton Thomasson"
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
|
@ -90,7 +90,8 @@ Page {
|
|||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("Chinese")+" - dashinfantry\n"+
|
||||
qsTr("French")+" - ensag-dev, Quentí\n"+
|
||||
qsTr("Spanish")+" - carmenfdezb"
|
||||
qsTr("Spanish")+" - carmenfdezb\n"+
|
||||
qsTr("Polish")+" - atlochowski"
|
||||
}
|
||||
|
||||
SectionHeader { text: qsTr("Licensing") }
|
||||
|
|
|
@ -9,7 +9,7 @@ Name: harbour-seaprint
|
|||
# << macros
|
||||
|
||||
Summary: SeaPrint
|
||||
Version: 0.4.5
|
||||
Version: 0.4.6
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-seaprint
|
||||
Summary: SeaPrint
|
||||
Version: 0.4.4
|
||||
Release: 2
|
||||
Version: 0.4.6
|
||||
Release: 1
|
||||
# The contents of the Group field should be one of the groups listed here:
|
||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||
Group: Qt/Qt
|
||||
|
|
Loading…
Reference in a new issue