update pantalaimon to 0.7.0

This commit is contained in:
Morgan McMillian 2020-09-03 06:26:23 -07:00
parent 9e6cc83688
commit 653f888312

View file

@ -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
}