Version 1.2 -> 1.3

This commit is contained in:
L-Nafaryus 2024-06-25 16:22:24 +05:00
parent e3274843cc
commit 0dcb3c27de
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
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 = ./.;