diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index a0c59d6..43ec241 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,7 +3,7 @@ CUE.NET CUE.NET - 1.2.0.0 + 1.2.0.1 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET diff --git a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs index ba5609b..f058035 100644 --- a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs +++ b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs @@ -31,5 +31,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("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 066db25..576bb42 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,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("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")]