update pantalaimon to 0.7.0
This commit is contained in:
parent
9e6cc83688
commit
653f888312
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue