diff --git a/CMakeLists.txt b/CMakeLists.txt index b97cf0b..7f0c1a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) # MSVC_RUNTIME_LIBRARY support cmake_policy(SET CMP0091 NEW) -project(streaming-remote VERSION 2.2.3 LANGUAGES CXX) +project(streaming-remote VERSION 2.2.4 LANGUAGES CXX) set(XSPLIT_PLUGIN_DLL_API_VERSION ${CMAKE_PROJECT_VERSION}) option(WITH_NATIVE_PLUGINS "Build C++ code" ON) diff --git a/streamdeck-plugin/manifest.json b/streamdeck-plugin/manifest.json index 80cf3d5..98b21fc 100644 --- a/streamdeck-plugin/manifest.json +++ b/streamdeck-plugin/manifest.json @@ -17,11 +17,11 @@ ], "Author": "Fred Emmott", "CodePath": "app.html", - "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v2.2.2 to use this plugin.", + "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v2.2.4 to use this plugin.", "Name": "Streaming Remote", "Icon": "plugin-icon", "URL": "https://github.com/fredemmott/streaming-remote/", - "Version": "2.2.2", + "Version": "2.2.4", "SDKVersion": 2, "Software": { "MinimumVersion": "4.1" diff --git a/xsplit-js-plugin/src/Version.ts b/xsplit-js-plugin/src/Version.ts index 4fb1b93..00dd4c4 100644 --- a/xsplit-js-plugin/src/Version.ts +++ b/xsplit-js-plugin/src/Version.ts @@ -9,4 +9,4 @@ // Generated with CMake to keep it in sync, but committed so that yarn + webpack // works even if you don't run cmake -export const XSplitPluginDllApiVersion = "2.2.2"; +export const XSplitPluginDllApiVersion = "2.2.4";