From c98ee8c236de39af24b390e0a1b6f40fbadb679b Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 11 Oct 2019 09:50:14 +0200 Subject: [PATCH] Bump version to V0.5 --- ScreenPlay/app.cpp | 2 +- ScreenPlay/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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