1
0
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:
Elias Steurer 2020-03-14 20:23:32 +01:00
parent 3b4356c1ad
commit 67041df990
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.9.0");
QGuiApplication::setApplicationVersion("0.10.0");
QGuiApplication::setQuitOnLastWindowClosed(false);
QtBreakpad::init(QDir::current().absolutePath());

View File

@ -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