From b1e90db96fc4a29338ac33bf6d8cfe6ccb64dbc6 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Mon, 3 Nov 2025 21:29:02 +0100 Subject: [PATCH] Version bump --- EternalStrands/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EternalStrands/dllmain.cpp b/EternalStrands/dllmain.cpp index c147dbf..29d2069 100644 --- a/EternalStrands/dllmain.cpp +++ b/EternalStrands/dllmain.cpp @@ -48,7 +48,7 @@ static std::string log_content; // Plugin settings const std::string SETTINGS_FILE = "./pluginsettings.ini"; -const char* FIX_VERSION = "1.0.1"; +const char* FIX_VERSION = "1.0.2"; const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Enable ultrawide.\n - Control camera distance.\n - Disable depth of field.\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog & volumetric fog.\n - Re enable dev console."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";