Skip to content

Commit

Permalink
Updating version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Rader committed May 14, 2015
1 parent 23e3c0c commit 64d53a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JWT.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>JWT</id>
<version>1.3.2</version>
<version>1.3.3</version>
<authors>John Sheehan, Michael Lehenbauer</authors>
<description>JWT (JSON Web Token) Implementation for .NET (Public Domain)</description>
<language>en-US</language>
Expand Down
4 changes: 2 additions & 2 deletions JWT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
Binary file modified tools/NuGet.exe
Binary file not shown.

0 comments on commit 64d53a7

Please sign in to comment.