mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 19:42:45 +01:00
Bump version to 0.10.0
This commit is contained in:
parent
3b4356c1ad
commit
67041df990
@ -49,7 +49,7 @@ App::App()
|
||||
QGuiApplication::setOrganizationName("ScreenPlay");
|
||||
QGuiApplication::setOrganizationDomain("screen-play.app");
|
||||
QGuiApplication::setApplicationName("ScreenPlay");
|
||||
QGuiApplication::setApplicationVersion("0.9.0");
|
||||
QGuiApplication::setApplicationVersion("0.10.0");
|
||||
QGuiApplication::setQuitOnLastWindowClosed(false);
|
||||
|
||||
QtBreakpad::init(QDir::current().absolutePath());
|
||||
|
@ -21,7 +21,7 @@ ApplicationWindow {
|
||||
visible: false
|
||||
width: 1400
|
||||
height: 788
|
||||
title: "ScreenPlay Alpha - V0.9.0"
|
||||
title: "ScreenPlay Alpha - V0.10.0"
|
||||
minimumHeight: 450
|
||||
minimumWidth: 1050
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user