From e156f504e8e9c49ff7bee08f3888c7f979b92c7c Mon Sep 17 00:00:00 2001 From: Exeldro Date: Fri, 1 Nov 2024 15:40:17 +0100 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 -- buildspec.json | 2 +- config-dialog.cpp | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51a901d..3302441 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,8 @@ # --- Detect if the plugin is build out of tree or not --- if(CMAKE_PROJECT_NAME STREQUAL "obs-studio") set(BUILD_OUT_OF_TREE OFF) - set(OBS_FRONTEND_API_NAME "obs-frontend-api") else() set(BUILD_OUT_OF_TREE ON) - set(OBS_FRONTEND_API_NAME "frontend-api") cmake_minimum_required(VERSION 3.16...3.26) endif() include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/common/bootstrap.cmake" NO_POLICY_SCOPE) diff --git a/buildspec.json b/buildspec.json index 2998f0e..bd4a7b0 100644 --- a/buildspec.json +++ b/buildspec.json @@ -38,7 +38,7 @@ }, "name": "aitum-multistream", "displayName": "Aitum Multistream", - "version": "1.0.3", + "version": "1.0.4", "author": "Aitum", "website": "https://aitum.tv", "email": "support@aitum.tv", diff --git a/config-dialog.cpp b/config-dialog.cpp index 070e9a6..039f857 100644 --- a/config-dialog.cpp +++ b/config-dialog.cpp @@ -378,7 +378,7 @@ OBSBasicSettings::OBSBasicSettings(QMainWindow *parent) : QDialog(parent) newVersion = new QLabel; newVersion->setProperty("themeID", "warning"); - newVersion->setProperty("class", "text-warning"); + newVersion->setProperty("class", "text-warning"); newVersion->setVisible(false); newVersion->setOpenExternalLinks(true); newVersion->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);