We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ab48f commit 46c9bcaCopy full SHA for 46c9bca
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(obs-subsampling-detector VERSION 1.0.0)
+project(obs-subsampling-detector VERSION 1.0.1)
6
add_library(${CMAKE_PROJECT_NAME} MODULE)
7
8
# Replace `Your Name Here` with the name (yours or your organization's) you want to see as the
buildspec.json
@@ -82,7 +82,7 @@
82
}
83
},
84
"name": "obs-subsampling-detector",
85
- "version": "1.0.0",
+ "version": "1.0.1",
86
"author": "Tomasz Żyźniewski",
87
"email": "tomasz.zyzniewski@grandmasters.online"
88
0 commit comments