From c8c1f358d07f5506545a78fef6a666515a169d8f Mon Sep 17 00:00:00 2001 From: blu3mania Date: Sun, 18 Apr 2021 01:48:43 -0400 Subject: [PATCH] Bump version to 0.2.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 1007154..4ecb267 100644 --- a/src/Plugin/Common/Resources.hpp +++ b/src/Plugin/Common/Resources.hpp @@ -23,7 +23,7 @@ along with this program. If not, see . #define PLUGIN_NAME L"Papyrus" #define MAJOR_VERSION 0 #define MINOR_VERSION 2 -#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)