diff --git a/example/page/AboutPage.qml b/example/page/AboutPage.qml index 813a963..c41fb2e 100644 --- a/example/page/AboutPage.qml +++ b/example/page/AboutPage.qml @@ -34,7 +34,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.0.6" + text:"v1.0.7" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }