We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c297267 commit 3113cffCopy full SHA for 3113cff
2 files changed
ScreenPlay/app.cpp
@@ -47,7 +47,7 @@ App::App()
47
QGuiApplication::setOrganizationName("ScreenPlay");
48
QGuiApplication::setOrganizationDomain("screen-play.app");
49
QGuiApplication::setApplicationName("ScreenPlay");
50
- QGuiApplication::setApplicationVersion("0.12.0");
+ QGuiApplication::setApplicationVersion("0.12.1");
51
QGuiApplication::setQuitOnLastWindowClosed(false);
52
53
QFontDatabase::addApplicationFont(":/assets/fonts/LibreBaskerville-Italic.ttf");
ScreenPlay/main.qml
@@ -25,7 +25,7 @@ ApplicationWindow {
25
visible: false
26
width: 1400
27
height: 788
28
- title: "ScreenPlay Alpha - V0.12.0"
+ title: "ScreenPlay Alpha - V0.12.1"
29
minimumHeight: 450
30
minimumWidth: 1050
31
onVisibilityChanged: {
0 commit comments