diff --git a/Keeper/dllmain.cpp b/Keeper/dllmain.cpp index 45700d7..9bcecb1 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.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 - 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";