diff --git a/manifest.json b/manifest.json index db39ee0..44cbdbb 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.2.4", + "version": "0.2.5", "maintainer": "Niklas Wenzel " } diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index f4ef1d4..7402155 100644 --- a/ui/AboutPage.qml +++ b/ui/AboutPage.qml @@ -64,7 +64,7 @@ Page { ListItem.Standard { text: i18n.tr("Version:") control: Label { - text: "0.2.4" + text: "0.2.5" } }