Release v3.0.0

This commit is contained in:
Ly-sec
2025-11-07 15:42:58 +01:00
parent badce76998
commit 80cf659891
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.21.1"
property bool isDevelopment: true
property string baseVersion: "3.0.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`