diff --git a/virtscreen/assets/AppWindow.qml b/virtscreen/assets/AppWindow.qml index f013b64..da9f260 100644 --- a/virtscreen/assets/AppWindow.qml +++ b/virtscreen/assets/AppWindow.qml @@ -153,7 +153,7 @@ ApplicationWindow { anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: Text.AlignHCenter font { weight: Font.Bold; pointSize: 15 } - text: "VirtScreen" + text: "VirtScreen" + " v" + settings.version } Text { anchors.horizontalCenter: parent.horizontalCenter diff --git a/virtscreen/assets/config.default.json b/virtscreen/assets/config.default.json index a60a8ef..f592c1e 100644 --- a/virtscreen/assets/config.default.json +++ b/virtscreen/assets/config.default.json @@ -1,5 +1,5 @@ { - "version": "0.2", + "version": "0.2.0", "x11vncVersion": "0.9.15", "theme_color": 8, "virt": { diff --git a/virtscreen/assets/data.json b/virtscreen/assets/data.json index 4fa0d1b..30c5938 100644 --- a/virtscreen/assets/data.json +++ b/virtscreen/assets/data.json @@ -1,5 +1,5 @@ { - "version": "0.2", + "version": "0.2.0", "x11vncOptions": { "-ncache": { "value": "-ncache",