From 6b40389cbdf29877855cded75c572af07e012254 Mon Sep 17 00:00:00 2001 From: Norihiro Kamae Date: Tue, 21 Feb 2023 20:48:54 +0900 Subject: [PATCH] version 0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8cf850..c29670c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(obs-command-source VERSION 0.3.1) +project(obs-command-source VERSION 0.3.2) set(PLUGIN_AUTHOR "Norihiro Kamae")