Skip to content

Commit

Permalink
bugfix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jplsek committed Jun 7, 2017
1 parent f486a17 commit 2633b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
QApplication::setOrganizationName("puush-qt");
QApplication::setApplicationName("puush-qt");
QApplication::setApplicationVersion("0.2");
QApplication::setApplicationVersion("0.2.1");

// TODO
// keep only one instance of the application up at a time
Expand Down

0 comments on commit 2633b8e

Please sign in to comment.