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:
parent
5e8bcf39ae
commit
789abb1535
@ -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");
|
||||
|
@ -20,7 +20,7 @@ ApplicationWindow {
|
||||
visible: false
|
||||
width: 1400
|
||||
height: 788
|
||||
title: "ScreenPlay V0.7"
|
||||
title: "ScreenPlay V0.8"
|
||||
minimumHeight: 450
|
||||
minimumWidth: 1050
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user