diff --git a/manifest.json b/manifest.json index 44cbdbb..757fd12 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.2.5", + "version": "0.3.0", "maintainer": "Niklas Wenzel " } diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index 8d6d015..780da31 100644 --- a/ui/AboutPage.qml +++ b/ui/AboutPage.qml @@ -65,7 +65,7 @@ Page { ListItem.Standard { text: i18n.tr("Version:") control: Label { - text: "0.2.5" + text: "0.3.0" } }