From 5df0efbc584f1216c46de47faa09c346d0af99fe Mon Sep 17 00:00:00 2001 From: zhuzihcu Date: Wed, 8 Mar 2023 18:15:06 +0800 Subject: [PATCH] update --- example/AboutPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/AboutPage.qml b/example/AboutPage.qml index cf57d7a..739f037 100644 --- a/example/AboutPage.qml +++ b/example/AboutPage.qml @@ -31,7 +31,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.0.0" + text:"v1.0.1" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }