From 7e1d32cf0a1b075a516226e1f897b582fa5be065 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Thu, 27 Nov 2014 19:08:09 +0100 Subject: [PATCH] Version bump to 0.2.3 --- manifest.json | 2 +- ui/AboutPage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 984f54c..23c1038 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.2.2", + "version": "0.2.3", "maintainer": "Niklas Wenzel " } diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index 638e340..f8a3abf 100644 --- a/ui/AboutPage.qml +++ b/ui/AboutPage.qml @@ -71,7 +71,7 @@ Page { ListItem.Standard { text: i18n.tr("Version:") control: Label { - text: "0.2.2" + text: "0.2.3" } }