diff --git a/DeathStranding2/dllmain.cpp b/DeathStranding2/dllmain.cpp index 734dd6a..e972f12 100644 --- a/DeathStranding2/dllmain.cpp +++ b/DeathStranding2/dllmain.cpp @@ -46,7 +46,7 @@ static std::string log_content; // Plugin settings const std::string SETTINGS_FILE = "./pluginsettings.ini"; -const char* FIX_VERSION = "1.0.4"; +const char* FIX_VERSION = "1.0.4.1"; const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Control camera distance.\n - Enable ultrawide.\n - Control HUD scaling.\n - Disable depth of field in cutscenes.\n - Disable vignetting.\n - Control image sharpening."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";