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 }