diff --git a/NSspi/NSspi.nuspec b/NSspi/NSspi.nuspec index 032588d..21a2191 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.1.1.0 + 0.1.2.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 0ae65e6..7972638 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.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")]