diff --git a/CMakeLists.txt b/CMakeLists.txt index 18eaf37..b2de475 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(tuna VERSION 1.9.0) +project(tuna VERSION 1.9.1) add_library(${CMAKE_PROJECT_NAME} MODULE) add_subdirectory(deps) diff --git a/buildspec.json b/buildspec.json index 402d3c9..f652937 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "tuna", - "version": "1.9.0" + "version": "1.9.1" }