From 2472e04000ec1f215cc87467cc17dc942eec40f9 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 14 Mar 2026 14:24:15 +0100 Subject: [PATCH] Version bump --- StyxBladesOfGreed/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StyxBladesOfGreed/dllmain.cpp b/StyxBladesOfGreed/dllmain.cpp index fc0ba64..83f0249 100644 --- a/StyxBladesOfGreed/dllmain.cpp +++ b/StyxBladesOfGreed/dllmain.cpp @@ -57,7 +57,7 @@ static std::string log_content; // Plugin settings const std::string SETTINGS_FILE = "./pluginsettings.ini"; -const char* FIX_VERSION = "1.0.1.1"; +const char* FIX_VERSION = "1.0.1.2"; const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Control camera distance.\n - Control HUD & UI scaling.\n - Enable ultrawide in custcenes.\n - Disable depth of field." "\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog.\n - Re enable dev console.\n - Enable cheats."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";