Skip to content

Commit

Permalink
hot fix 0.2.2
Browse files Browse the repository at this point in the history
see issue #66
  • Loading branch information
dridk authored Jan 31, 2018
1 parent a1a492a commit fdb23a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main(int argc, char *argv[])
app.setApplicationName("CutePeaks");
app.setOrganizationName("Labsquare");
app.setOrganizationDomain("Labsquare.org");
app.setApplicationVersion("0.2.1");
app.setApplicationVersion("0.2.2");

QString locale = QLocale::system().name().section('_', 0, 0);
QTranslator translator;
Expand Down

0 comments on commit fdb23a3

Please sign in to comment.