From fdb23a3ec6847a84b64c366e54a41f6317025bd3 Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Wed, 31 Jan 2018 17:03:34 +0100 Subject: [PATCH] hot fix 0.2.2 see issue #66 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ea608bf..708a7dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;