diff --git a/ScreenPlay/app.cpp b/ScreenPlay/app.cpp index 2df40213..dc3a2bd4 100644 --- a/ScreenPlay/app.cpp +++ b/ScreenPlay/app.cpp @@ -7,7 +7,7 @@ App::App() QGuiApplication::setOrganizationName("ScreenPlay"); QGuiApplication::setOrganizationDomain("screen-play.app"); QGuiApplication::setApplicationName("ScreenPlay"); - QGuiApplication::setApplicationVersion("0.3.0"); + QGuiApplication::setApplicationVersion("0.5.0"); QGuiApplication::setQuitOnLastWindowClosed(false); QQuickWindow::setTextRenderType(QQuickWindow::TextRenderType::NativeTextRendering); diff --git a/ScreenPlay/main.qml b/ScreenPlay/main.qml index 912a3293..f1737165 100644 --- a/ScreenPlay/main.qml +++ b/ScreenPlay/main.qml @@ -20,7 +20,7 @@ ApplicationWindow { visible: false width: 1400 height: 788 - title: "ScreenPlay 0.3" + title: "ScreenPlay V0.5" minimumHeight: 450 minimumWidth: 1050