diff --git a/CMakeLists.txt b/CMakeLists.txt index 24f8a4a3..41079c78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.: # obs-myawesomeplugin) and set -project(obs-multi-rtmp VERSION 0.4.0.1) +project(obs-multi-rtmp VERSION 0.4.0.2) add_library(${CMAKE_PROJECT_NAME} MODULE) # Replace `Your Name Here` with the name (yours or your organization's) you want to see as the diff --git a/buildspec-win.json b/buildspec-win.json index 5324df6b..b55c562e 100644 --- a/buildspec-win.json +++ b/buildspec-win.json @@ -42,5 +42,5 @@ } }, "name": "obs-multi-rtmp", - "version": "0.4.0.1" + "version": "0.4.0.2" } diff --git a/buildspec.json b/buildspec.json index f900796f..7b8e5f1b 100644 --- a/buildspec.json +++ b/buildspec.json @@ -48,5 +48,5 @@ } }, "name": "obs-multi-rtmp", - "version": "0.4.0.1" + "version": "0.4.0.2" }