From c2cb4d06d0a64c9578aa0b2163f1f8d5068a4f6d Mon Sep 17 00:00:00 2001 From: blu3mania Date: Thu, 22 Jun 2023 17:23:53 -0400 Subject: [PATCH] Bump version to 1.0.1 --- src/Plugin/Common/Resources.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Common/Resources.hpp b/src/Plugin/Common/Resources.hpp index a9a36e2..0cff927 100644 --- a/src/Plugin/Common/Resources.hpp +++ b/src/Plugin/Common/Resources.hpp @@ -25,7 +25,7 @@ along with this program. If not, see . #define PLUGIN_NAME L"Papyrus" #define MAJOR_VERSION 1 #define MINOR_VERSION 0 -#define PATCH_VERSION 0 +#define PATCH_VERSION 1 #define BUILD_NUMBER 0 // This number will be replaced by build script #define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)