From 079aa825cd036a0cdfe917a2988d4fb54aa16da1 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 22 Apr 2021 12:49:11 -0400 Subject: [PATCH] update to 0.1.0-beta.9 --- VERSION | 2 +- ui/app/AppLayouts/Profile/Sections/AboutContainer.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 984c3f31ee3..b841438d7b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-beta.9 +0.1.0-beta.9 \ No newline at end of file diff --git a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml index 7427d48a7ee..6a82687ca6b 100644 --- a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml @@ -23,7 +23,7 @@ Item { //% "App version" name: qsTrId("version") //% "Version: %1" - description: qsTrId("version---1").arg("beta.8") + description: qsTrId("version---1").arg("0.1.0-beta.9") tooltipUnder: true }