diff --git a/CMakeLists.txt b/CMakeLists.txt index c1d33e4..f5355f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21) # Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.: # obs-myawesomeplugin) and set -project(obs-subsampling-detector VERSION 1.0.0) +project(obs-subsampling-detector VERSION 1.0.1) add_library(${CMAKE_PROJECT_NAME} MODULE) # Replace `Your Name Here` with the name (yours or your organization's) you want to see as the diff --git a/buildspec.json b/buildspec.json index e284248..5925079 100644 --- a/buildspec.json +++ b/buildspec.json @@ -82,7 +82,7 @@ } }, "name": "obs-subsampling-detector", - "version": "1.0.0", + "version": "1.0.1", "author": "Tomasz Żyźniewski", "email": "tomasz.zyzniewski@grandmasters.online" }