diff --git a/Snap2HTML/Properties/AssemblyInfo.cs b/Snap2HTML/Properties/AssemblyInfo.cs
index 862c483..e6673b1 100644
--- a/Snap2HTML/Properties/AssemblyInfo.cs
+++ b/Snap2HTML/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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( "2.11.0.0" )]
-[assembly: AssemblyFileVersion( "2.11.0.0" )]
+[assembly: AssemblyVersion( "2.12.0.0" )]
+[assembly: AssemblyFileVersion( "2.12.0.0" )]
diff --git a/Snap2HTML/ReadMe.txt b/Snap2HTML/ReadMe.txt
index 3fe84f8..c49b733 100644
--- a/Snap2HTML/ReadMe.txt
+++ b/Snap2HTML/ReadMe.txt
@@ -232,7 +232,11 @@
v2.11 (2020-04-18)
Fixed a threading issue that caused the program to hang on some systems
- v2.12 (2020-04-)
+ v2.12 (2020-04-29)
+ Reduced memory consumsion when generating HTML
+ Parent folder link [..] is now sticky
+ Reworked command line code to fix issues in 2.11
+ A few small tweaks too
--- End User License Agreement -----------------------------------------------