diff --git a/ManagedHandleUtils/Properties/AssemblyInfo.cs b/ManagedHandleUtils/Properties/AssemblyInfo.cs
index cc5141474..464e2b141 100644
--- a/ManagedHandleUtils/Properties/AssemblyInfo.cs
+++ b/ManagedHandleUtils/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.0.0")]
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
diff --git a/NtApiDotNet/NtApiDotNet.nuspec b/NtApiDotNet/NtApiDotNet.nuspec
index 139c27500..400de712d 100644
--- a/NtApiDotNet/NtApiDotNet.nuspec
+++ b/NtApiDotNet/NtApiDotNet.nuspec
@@ -11,6 +11,10 @@
false
A .NET class library to access native NT API system calls
+1.1.1
+-----
+* Fix to native protected process creation.
+* Added functions to create native NT processes.
1.1.0
-----
* Removed check tools, excluding CheckNetworkAccess.
diff --git a/NtApiDotNet/Properties/AssemblyInfo.cs b/NtApiDotNet/Properties/AssemblyInfo.cs
index 5f2e8b4b0..7e54a3b69 100644
--- a/NtApiDotNet/Properties/AssemblyInfo.cs
+++ b/NtApiDotNet/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.0.0")]
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
diff --git a/NtObjectManager/Properties/AssemblyInfo.cs b/NtObjectManager/Properties/AssemblyInfo.cs
index c9ac6c63a..fd5034407 100644
--- a/NtObjectManager/Properties/AssemblyInfo.cs
+++ b/NtObjectManager/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.0.0")]
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
diff --git a/README.txt b/README.txt
index b6b51051b..a736fbf6b 100644
--- a/README.txt
+++ b/README.txt
@@ -31,6 +31,11 @@ The tools can be built with Visual Studio 2015
Release Notes:
+1.1.1
+-----
+* Fix to native protected process creation.
+* Added functions to create native NT processes.
+
1.1.0
-----
* Removed check tools, excluding CheckNetworkAccess.