From 7b446b1a5a294902bc751dba23334362f8589884 Mon Sep 17 00:00:00 2001 From: Norihiro Kamae Date: Wed, 15 Mar 2023 09:26:24 +0900 Subject: [PATCH] version 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80bef4c..ec07ace 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(obs-command-source VERSION 0.3.2) +project(obs-command-source VERSION 0.4.0) set(PLUGIN_AUTHOR "Norihiro Kamae")