diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 2a09416..f8f2a95 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -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") } diff --git a/rpm/harbour-seaprint.spec b/rpm/harbour-seaprint.spec index 4d05046..8c4447d 100644 --- a/rpm/harbour-seaprint.spec +++ b/rpm/harbour-seaprint.spec @@ -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 diff --git a/rpm/harbour-seaprint.yaml b/rpm/harbour-seaprint.yaml index c6b8059..cc011f1 100644 --- a/rpm/harbour-seaprint.yaml +++ b/rpm/harbour-seaprint.yaml @@ -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