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