We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4fddf commit 5f18f42Copy full SHA for 5f18f42
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)
2
3
# Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.:
4
# obs-myawesomeplugin) and set
5
-project(input-overlay VERSION 5.0.3)
+project(input-overlay VERSION 5.0.4)
6
add_library(${CMAKE_PROJECT_NAME} MODULE)
7
add_subdirectory(deps)
8
buildspec.json
@@ -79,5 +79,5 @@
79
}
80
},
81
"name": "input-overlay",
82
- "version": "5.0.3"
+ "version": "5.0.4"
83
0 commit comments