diff --git a/NSspi/NSspi.nuspec b/NSspi/NSspi.nuspec index 21a2191..ff6366c 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.1.2.0 + 0.1.3.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 7972638..4e45400 100644 --- a/NSspi/Properties/AssemblyInfo.cs +++ b/NSspi/Properties/AssemblyInfo.cs @@ -32,5 +32,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("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] [assembly: AssemblyFileVersion("0.1.2.0")]