1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Bump version to V0.8

This commit is contained in:
Elias 2020-01-19 16:50:57 +01:00
parent 5e8bcf39ae
commit 789abb1535
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ App::App()
QGuiApplication::setOrganizationName("ScreenPlay");
QGuiApplication::setOrganizationDomain("screen-play.app");
QGuiApplication::setApplicationName("ScreenPlay");
QGuiApplication::setApplicationVersion("0.7.0");
QGuiApplication::setApplicationVersion("0.8.0");
QGuiApplication::setQuitOnLastWindowClosed(false);
QFontDatabase::addApplicationFont(":/assets/fonts/LibreBaskerville-Italic.ttf");

View File

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