Compare commits

..

No commits in common. "main" and "feature-build" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(image-reaction VERSION 1.3)
project(image-reaction VERSION 1.2)
set(PLUGIN_AUTHOR "scaled")
set(PLUGIN_GIT ${PROJECT_NAME})

View File

@ -16,7 +16,7 @@
in {
obs-image-reaction = pkgs.stdenv.mkDerivation {
pname = "obs-image-reaction";
version = "1.3";
version = "1.2";
src = ./.;