From 7f2ec3cb2e2947569513cf27ce27bc6318454594 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:00:39 -0700 Subject: [PATCH] Release version 1.0.0 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index e398de5..0a119ab 100644 --- a/src/version.h +++ b/src/version.h @@ -12,6 +12,6 @@ #pragma once -#define PLUGIN_VERSION_STR "0.0.1" -#define RESOURCE_VERSION 0,0,1,0 -#define RESOURCE_VERSION_STR "0.0.1.0" +#define PLUGIN_VERSION_STR "1.0.0" +#define RESOURCE_VERSION 1,0,0,0 +#define RESOURCE_VERSION_STR "1.0.0.0"