diff --git a/manifest.json.in b/manifest.json.in index 3fe9f7a..ee95d05 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -8,7 +8,7 @@ "desktop": "8192.neothethird.desktop" } }, - "version": "0.3", + "version": "0.4", "maintainer": "Jan Sprinz ", "framework" : "ubuntu-sdk-15.04.6" } diff --git a/qml/Main.qml b/qml/Main.qml index 7db44ab..c1f0bfd 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -49,7 +49,7 @@ Window { anchorToKeyboard: true anchors.fill: parent - property string version: "0.3" + property string version: "0.4" property bool activeState: Qt.application.active property bool firstStart: true