1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Bump version to V0.5

This commit is contained in:
Elias Steurer 2019-10-11 09:50:14 +02:00
parent ca4270568c
commit c98ee8c236
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -20,7 +20,7 @@ ApplicationWindow {
visible: false
width: 1400
height: 788
title: "ScreenPlay 0.3"
title: "ScreenPlay V0.5"
minimumHeight: 450
minimumWidth: 1050