diff --git a/EliteAPI/EliteDangerousAPI.cs b/EliteAPI/EliteDangerousAPI.cs
index eba228ad..87ec601a 100644
--- a/EliteAPI/EliteDangerousAPI.cs
+++ b/EliteAPI/EliteDangerousAPI.cs
@@ -138,7 +138,7 @@ private void Process(string json)
switch (eventName)
{
default:
- File.AppendAllText(@"D:\stuff.txt", json + Environment.NewLine);
+// File.AppendAllText(@"D:\NotAddedEvents.txt", json + Environment.NewLine);
break;
case "ClearSavedGame":
diff --git a/EliteAPI/Nuget/EliteAPI.nuspec b/EliteAPI/Nuget/EliteAPI.nuspec
index 6fb37b00..289774be 100644
--- a/EliteAPI/Nuget/EliteAPI.nuspec
+++ b/EliteAPI/Nuget/EliteAPI.nuspec
@@ -10,7 +10,7 @@
https://github.com/Somfic/EliteAPI
https://i.imgur.com/keDXwjY.png
true
- Added lastStation and lastSystem variables.
+ Added support for more events.
Copyright 2018
EliteDangerous PlayerJournal Elite Dangerous Journal
A powerful event based API for Elite: Dangerous from the Player Journal.
diff --git a/EliteAPI/Properties/AssemblyInfo.cs b/EliteAPI/Properties/AssemblyInfo.cs
index 174f4c60..51045fbb 100644
--- a/EliteAPI/Properties/AssemblyInfo.cs
+++ b/EliteAPI/Properties/AssemblyInfo.cs
@@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.1.1.0")]
-[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyVersion("1.1.2.0")]
+[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: NeutralResourcesLanguage("en")]