From 2566edf0d7f480a70e33621ca93af62f6ce636ae Mon Sep 17 00:00:00 2001 From: Phong Date: Sun, 17 Nov 2024 12:41:55 +0700 Subject: [PATCH] fix: update version number in HomePageForm.ui.qml --- code/resources/HomePageForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/resources/HomePageForm.ui.qml b/code/resources/HomePageForm.ui.qml index bed0344..d41ee88 100644 --- a/code/resources/HomePageForm.ui.qml +++ b/code/resources/HomePageForm.ui.qml @@ -98,7 +98,7 @@ PageBackground { width: 222 height: 27 color: "#ffffff" - text: qsTr("Created by: quantrancse | v1.2.2") + text: qsTr("Created by: quantrancse | v1.2.3") anchors.horizontalCenter: parent.horizontalCenter font.pointSize: 10 font.family: "Verdana"