From e957952da92741e5fc31cee396dbc560d8ed4bea Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Tue, 18 Nov 2025 21:16:06 +0100 Subject: [PATCH] Version bump --- LittleNightmares/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittleNightmares/dllmain.cpp b/LittleNightmares/dllmain.cpp index dce68f2..202997f 100644 --- a/LittleNightmares/dllmain.cpp +++ b/LittleNightmares/dllmain.cpp @@ -45,7 +45,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 - Enable unlimited framerate.\n - Disable depth of field.\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog.\n - Re enable dev console."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";