From 0dcb3c27de5782dfdf95cb047ccceb3e65360e6b Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Tue, 25 Jun 2024 16:22:24 +0500 Subject: [PATCH] Version 1.2 -> 1.3 --- CMakeLists.txt | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ./.;