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 714137d commit f4ce120Copy full SHA for f4ce120
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(source-defaults VERSION 1.0.0)
+project(source-defaults VERSION 1.1.0)
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": "source-defaults",
85
- "version": "1.0.1"
+ "version": "1.1.0"
86
0 commit comments