diff --git a/SuperJSON/Properties/AssemblyInfo.cs b/SuperJSON/Properties/AssemblyInfo.cs index 8f22b05..0c1678c 100644 --- a/SuperJSON/Properties/AssemblyInfo.cs +++ b/SuperJSON/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.4.9.0")] -[assembly: AssemblyFileVersion("1.4.9.0")] //Mainform reads this value +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] //Mainform reads this value