From bf998dcccbe76be0fa915a0e28ca47b92560596b Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Sat, 20 Sep 2014 23:32:52 +0200 Subject: [PATCH] Version bump to 0.2.1 --- manifest.json | 2 +- ui/AboutPage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d96e646..0bc53f6 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.2.0", + "version": "0.2.1", "maintainer": "Niklas Wenzel " } diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index 75252d7..484a7c6 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.0" + text: "0.2.1" } }