Bump version

This commit is contained in:
Exeldro 2024-11-01 15:40:17 +01:00
parent ea7fd3e0c3
commit e156f504e8
No known key found for this signature in database
GPG Key ID: 97269A83FC715751
3 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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