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 }