From e3c9f441c91e655156484f13360509fb0c05892f Mon Sep 17 00:00:00 2001 From: carxt Date: Mon, 6 May 2024 17:31:26 +0200 Subject: [PATCH] bump version --- JG/JohnnyGuitarNVSE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JG/JohnnyGuitarNVSE.cpp b/JG/JohnnyGuitarNVSE.cpp index 343cbaf..fa6bfc4 100644 --- a/JG/JohnnyGuitarNVSE.cpp +++ b/JG/JohnnyGuitarNVSE.cpp @@ -48,7 +48,7 @@ HMODULE JohnnyHandle; _CaptureLambdaVars CaptureLambdaVars; _UncaptureLambdaVars UncaptureLambdaVars; NiTMap** g_gameFormEditorIDsMap = reinterpret_cast**>(0x11C54C8); -#define JG_VERSION 504 +#define JG_VERSION 506 void MessageHandler(NVSEMessagingInterface::Message* msg) { switch (msg->type) { case NVSEMessagingInterface::kMessage_NewGame: