From 5f71ad57d051d2559a3bf972ae2a70687a7fb6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Fri, 17 Mar 2023 23:03:46 +0800 Subject: [PATCH] update --- example/page/AboutPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/page/AboutPage.qml b/example/page/AboutPage.qml index dd824d1..9a45284 100644 --- a/example/page/AboutPage.qml +++ b/example/page/AboutPage.qml @@ -34,7 +34,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.0.10" + text:"v1.1.1" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }