diff --git a/CMakeLists.txt b/CMakeLists.txt index 729cbab..1e5060e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(obs-retro-effects VERSION 0.0.10) +project(obs-retro-effects VERSION 0.0.11) set(PROJECT_FULL_NAME "Retro Effects") # Set new UUIDs when you start to create a new plugin. diff --git a/buildspec.json b/buildspec.json index 958987c..125d953 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "obs-retro-effects", - "version": "0.0.10" + "version": "0.0.11" } \ No newline at end of file diff --git a/src/version.h b/src/version.h index 71a8602..d952feb 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #pragma once -#define PROJECT_VERSION "0.0.10" +#define PROJECT_VERSION "0.0.11" #define PROJECT_VERSION_MAJOR 0 #define PROJECT_VERSION_MINOR 0 -#define PROJECT_VERSION_PATCH 10 +#define PROJECT_VERSION_PATCH 11