From 5a6c2bdecaf184d3333bdc6d12a8a6b6d75c4f67 Mon Sep 17 00:00:00 2001 From: NeoTheThird Date: Sat, 12 Aug 2017 00:10:29 +0200 Subject: [PATCH] Bumped version number to 0.4 --- manifest.json.in | 2 +- qml/Main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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