Release v3.1.0

This commit is contained in:
Ly-sec
2025-11-15 23:43:55 +01:00
parent ab8e14d0f5
commit 1826d6a00d
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.11"
property bool isDevelopment: true
property string baseVersion: "3.1.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`