diff --git a/CMakeLists.txt b/CMakeLists.txt index 66648ed..c2303d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(image-reaction VERSION 1.2) +project(image-reaction VERSION 1.3) set(PLUGIN_AUTHOR "scaled") set(PLUGIN_GIT ${PROJECT_NAME}) diff --git a/flake.nix b/flake.nix index 1aaf0b2..89c9314 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ in { obs-image-reaction = pkgs.stdenv.mkDerivation { pname = "obs-image-reaction"; - version = "1.2"; + version = "1.3"; src = ./.;