diff --git a/manifest.json b/manifest.json index 1db383f..d96e646 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ "desktop": "forum-app.desktop" } }, - "version": "0.1.0", + "version": "0.2.0", "maintainer": "Niklas Wenzel " -} \ No newline at end of file +} diff --git a/ui/AboutPage.qml b/ui/AboutPage.qml index 2ceb260..75252d7 100644 --- a/ui/AboutPage.qml +++ b/ui/AboutPage.qml @@ -71,7 +71,7 @@ Page { ListItem.Standard { text: i18n.tr("Version:") control: Label { - text: "0.1.0" + text: "0.2.0" } }