diff --git a/.gitignore b/.gitignore
index 5f383b8..36dbe89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ bld/
LiveSplit.DarkSoulsIGT/Components/LiveSplit.Core.dll
LiveSplit.DarkSoulsIGT/Components/UpdateManager.dll
LiveSplit.DarkSoulsIGT/Components/LiveSplit.DarkSoulsIGT.pdb
+LiveSplit.DarkSoulsIGT/Components/LiveSplit.Core.dll.config
# Visual Studio 2015 cache/options directory
.vs/
diff --git a/LiveSplit.DarkSoulsIGT/Components/LiveSplit.DarkSoulsIGT.dll b/LiveSplit.DarkSoulsIGT/Components/LiveSplit.DarkSoulsIGT.dll
index a86ffc0..79598ad 100644
Binary files a/LiveSplit.DarkSoulsIGT/Components/LiveSplit.DarkSoulsIGT.dll and b/LiveSplit.DarkSoulsIGT/Components/LiveSplit.DarkSoulsIGT.dll differ
diff --git a/LiveSplit.DarkSoulsIGT/Components/update.LiveSplit.DarkSoulsIGT.xml b/LiveSplit.DarkSoulsIGT/Components/update.LiveSplit.DarkSoulsIGT.xml
index b1add4a..7e74ae6 100644
--- a/LiveSplit.DarkSoulsIGT/Components/update.LiveSplit.DarkSoulsIGT.xml
+++ b/LiveSplit.DarkSoulsIGT/Components/update.LiveSplit.DarkSoulsIGT.xml
@@ -1,51 +1,64 @@
-
-
-
-
-
-
- Various minor fixes.
-
-
-
-
-
-
-
-
-
- Merged the Dark Souls and Dark Souls: Remastered plugins into a single plugin.
-
-
- Fixed the timer sometimes not working anymore after the game was closed.
-
-
- Fixed the timer flickers.
-
-
-
-
-
-
-
-
-
- Added dynamic in-game time address scanning. This means the plugin shouldn't need update when a new game patch releases.
-
-
- Added Inventory Indexes Reset. Resets equipment inventory indexes when you start/reset a run as those normally carry over to other/new characters.
-
-
-
-
-
-
-
-
-
- Added LiveSplit self-update supprt.
-
-
-
+
+
+
+
+
+
+ Fixed final IGT on credits by reading IGT directly from the savefile.
+
+
+ Fixed IGT on quitouts by reading IGT directly from the savefile.
+
+
+
+
+
+
+
+
+
+ Various minor fixes.
+
+
+
+
+
+
+
+
+
+ Merged the Dark Souls and Dark Souls: Remastered plugins into a single plugin.
+
+
+ Fixed the timer sometimes not working anymore after the game was closed.
+
+
+ Fixed the timer flickers.
+
+
+
+
+
+
+
+
+
+ Added dynamic in-game time address scanning. This means the plugin shouldn't need update when a new game patch releases.
+
+
+ Added Inventory Indexes Reset. Resets equipment inventory indexes when you start/reset a run as those normally carry over to other/new characters.
+
+
+
+
+
+
+
+
+
+ Added LiveSplit self-update supprt.
+
+
+
\ No newline at end of file
diff --git a/LiveSplit.DarkSoulsIGT/LiveSplit.DarkSoulsIGT.csproj b/LiveSplit.DarkSoulsIGT/LiveSplit.DarkSoulsIGT.csproj
index a91c3d4..1b7a942 100644
--- a/LiveSplit.DarkSoulsIGT/LiveSplit.DarkSoulsIGT.csproj
+++ b/LiveSplit.DarkSoulsIGT/LiveSplit.DarkSoulsIGT.csproj
@@ -39,7 +39,7 @@
..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll
- ..\References\LiveSplit.Core.dll
+ ..\..\..\LiveSplit\LiveSplit.Core.dll
False
@@ -56,7 +56,7 @@
- ..\References\UpdateManager.dll
+ ..\..\..\LiveSplit\UpdateManager.dll
diff --git a/LiveSplit.DarkSoulsIGT/Properties/AssemblyInfo.cs b/LiveSplit.DarkSoulsIGT/Properties/AssemblyInfo.cs
index e241797..01e116f 100644
--- a/LiveSplit.DarkSoulsIGT/Properties/AssemblyInfo.cs
+++ b/LiveSplit.DarkSoulsIGT/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.1.0.0")]
+[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]