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