diff --git a/manifest.json b/manifest.json index 0bc53f6..984f54c 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.2.1", + "version": "0.2.2", "maintainer": "Niklas Wenzel " } diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index 564ad9c..638e340 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.1" + text: "0.2.2" } }