Skip to content

Commit

Permalink
Update version to v2.2.4
Browse files Browse the repository at this point in the history
No changes compared to v2.2.3, just codegen wasnt updated
  • Loading branch information
fredemmott committed Feb 5, 2021
1 parent 6e1c298 commit e34aa72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions streamdeck-plugin/manifest.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsplit-js-plugin/src/Version.ts
Expand Up @@ -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";

0 comments on commit e34aa72

Please sign in to comment.