diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index 920e9a3..2d7707d 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,7 +3,7 @@ CUE.NET CUE.NET - 0.1.0 + 1.0.0 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b470c9a..5c1893d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,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("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")]