Compare commits

...

1 Commits

Author SHA1 Message Date
0dcb3c27de
Version 1.2 -> 1.3 2024-06-25 16:22:24 +05:00
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.2)
project(image-reaction VERSION 1.3)
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.2";
version = "1.3";
src = ./.;