From 4b0e59d96517f2ea45a5ba76fe88795516703873 Mon Sep 17 00:00:00 2001 From: "Jan Sprinz (NeoTheThird)" Date: Wed, 19 Jul 2017 01:26:17 +0200 Subject: [PATCH] Bumped version number --- 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 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