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 0d1accb commit f72ac97Copy full SHA for f72ac97
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(tuna VERSION 1.9.5)
+project(tuna VERSION 1.9.6)
6
add_library(${CMAKE_PROJECT_NAME} MODULE)
7
add_subdirectory(deps)
8
buildspec.json
@@ -79,5 +79,5 @@
79
}
80
},
81
"name": "tuna",
82
- "version": "1.9.5"
+ "version": "1.9.6"
83
0 commit comments