We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fac005 commit 1751e29Copy full SHA for 1751e29
manifest.json
@@ -10,6 +10,6 @@
10
"desktop": "forum-app.desktop"
11
}
12
},
13
- "version": "0.1.0",
+ "version": "0.2.0",
14
"maintainer": "Niklas Wenzel <[email protected]>"
15
-}
+}
ui/AboutPage.qml
@@ -71,7 +71,7 @@ Page {
71
ListItem.Standard {
72
text: i18n.tr("Version:")
73
control: Label {
74
- text: "0.1.0"
+ text: "0.2.0"
75
76
77
0 commit comments