From 63caae26ecb5f7063fd5eb120576b4228a6eb835 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Wed, 22 May 2024 22:46:55 -0600 Subject: [PATCH] Release version 1.0.1 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 0474619..e03b62a 100644 --- a/src/version.h +++ b/src/version.h @@ -12,6 +12,6 @@ #pragma once -#define PLUGIN_VERSION_STR "1.0.0" -#define RESOURCE_VERSION 1,0,0,0 -#define RESOURCE_VERSION_STR "1.0.0.0" +#define PLUGIN_VERSION_STR "1.0.1" +#define RESOURCE_VERSION 1,0,1,0 +#define RESOURCE_VERSION_STR "1.0.1.0"