We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9049414 commit 7baaa48Copy full SHA for 7baaa48
2 files changed
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(media-playlist-source VERSION 0.0.1)
+project(media-playlist-source VERSION 0.0.2)
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,5 +82,5 @@
82
}
83
},
84
"name": "media-playlist-source",
85
- "version": "0.0.1"
+ "version": "0.0.2"
86
0 commit comments