From 052bdc861a74221c66f71e5756961ba8973a142c Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Thu, 20 Nov 2025 17:29:28 +0100 Subject: [PATCH] Version bump --- Keeper/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keeper/dllmain.cpp b/Keeper/dllmain.cpp index 8c91b0e..45700d7 100644 --- a/Keeper/dllmain.cpp +++ b/Keeper/dllmain.cpp @@ -44,7 +44,7 @@ static bool popup_Informations = false; // Plugin settings const char* SETTINGS_FILE = "pluginSettings.ini"; -const char* FIX_VERSION = "1.0.1"; +const char* FIX_VERSION = "1.0.1.1"; const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Enable Ultrawide.\n - Disable depth of field.\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog.\n - Re enable console."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";