From 66a1ccb8bad41815edce8e14703f2127d4988bfd Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Fri, 11 Jun 2021 10:17:38 +0200 Subject: [PATCH] fix: Bump version --- GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec | 2 +- GrasshopperAsyncComponent/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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