diff --git a/example/page/AboutPage.qml b/example/page/AboutPage.qml index 6d3ae53..5be0d98 100644 --- a/example/page/AboutPage.qml +++ b/example/page/AboutPage.qml @@ -36,7 +36,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.2.3" + text:"v1.2.4" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }