Skip to content

Commit

Permalink
Bump version to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelteseth committed May 8, 2021
1 parent b638769 commit 4334688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScreenPlay/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ App::App()
QGuiApplication::setOrganizationName("ScreenPlay");
QGuiApplication::setOrganizationDomain("https://screen-play.app");
QGuiApplication::setApplicationName("ScreenPlay");
QGuiApplication::setApplicationVersion("0.13.1");
QGuiApplication::setApplicationVersion("0.13.2");
QGuiApplication::setQuitOnLastWindowClosed(false);

QFontDatabase::addApplicationFont(":/assets/fonts/LibreBaskerville-Italic.ttf");
Expand Down

0 comments on commit 4334688

Please sign in to comment.