Skip to content

Commit

Permalink
Version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikwen committed Nov 27, 2014
1 parent 0220e22 commit 7e1d32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"desktop": "forum-app.desktop"
}
},
"version": "0.2.2",
"version": "0.2.3",
"maintainer": "Niklas Wenzel <[email protected]>"
}
2 changes: 1 addition & 1 deletion ui/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Page {
ListItem.Standard {
text: i18n.tr("Version:")
control: Label {
text: "0.2.2"
text: "0.2.3"
}
}

Expand Down

0 comments on commit 7e1d32c

Please sign in to comment.