Skip to content

Commit

Permalink
Target v2.2.2 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 27, 2020
1 parent c855ae0 commit dfac391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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.3 LANGUAGES CXX)
project(streaming-remote VERSION 2.2.2 LANGUAGES CXX)
set(XSPLIT_PLUGIN_DLL_API_VERSION ${CMAKE_PROJECT_VERSION})

option(WITH_NATIVE_PLUGINS "Build C++ code" ON)
Expand Down
2 changes: 1 addition & 1 deletion streamdeck-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Name": "Streaming Remote",
"Icon": "plugin-icon",
"URL": "https://github.com/fredemmott/streaming-remote/",
"Version": "2.3",
"Version": "2.2.2",
"SDKVersion": 2,
"Software": {
"MinimumVersion": "4.1"
Expand Down
2 changes: 1 addition & 1 deletion xsplit-js-plugin/src/Version.ts
Original file line number Diff line number Diff line change
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.3";
export const XSplitPluginDllApiVersion = "2.2.2";

0 comments on commit dfac391

Please sign in to comment.