diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec index ef02abc..e953edf 100755 --- a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec @@ -2,7 +2,7 @@ GrasshopperAsyncComponent - 1.2.2.0 + 1.2.3.0 GrasshopperAsyncComponent Speckle Systems false diff --git a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs b/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs index bd3be69..ae41037 100755 --- a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs +++ b/GrasshopperAsyncComponent/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.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyFileVersion("1.2.3.0")] \ No newline at end of file