Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Nov 1, 2024
1 parent ea7fd3e commit e156f50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion config-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e156f50

Please sign in to comment.