Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.3.1 and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondahler committed Sep 2, 2014
1 parent 823c47f commit 45f623a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following hash functions have been implemented from the most reliable refere
* SpookyHashV1 - Original
* SpookyHashV2 - Improvement upon SpookyHashV1, fixes bug in original specification
* [xxHash](https://code.google.com/p/xxhash/)
* xxHash - Original and 64-bit version.


Each family of hash functions is contained within its own project and NuGet package.
Expand Down
2 changes: 1 addition & 1 deletion SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

[assembly: CLSCompliant(false)]

[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyVersion("1.3.1")]

0 comments on commit 45f623a

Please sign in to comment.