diff --git a/AboutPage.qml.in b/AboutPage.qml.in index ffba184..2424c86 100644 --- a/AboutPage.qml.in +++ b/AboutPage.qml.in @@ -94,7 +94,7 @@ Page { Label { width: parent.width horizontalAlignment: Text.AlignHCenter - text: i18n.tr("Pantalaimon v0.6.5") + text: i18n.tr("Pantalaimon v0.7.0") wrapMode: Text.WordWrap fontSize: "large" } @@ -102,7 +102,7 @@ Page { Label { width: parent.width horizontalAlignment: Text.AlignHCenter - text: i18n.tr("Copyright (c) 2019 The Matrix.org Foundation CIC") + text: i18n.tr("Copyright (c) 2020 The Matrix.org Foundation CIC") wrapMode: Text.WordWrap }