Skip to content

Commit 45f623a

Browse files
committed
Bump version to 1.3.1 and update README.
1 parent 823c47f commit 45f623a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The following hash functions have been implemented from the most reliable refere
4949
* SpookyHashV1 - Original
5050
* SpookyHashV2 - Improvement upon SpookyHashV1, fixes bug in original specification
5151
* [xxHash](https://code.google.com/p/xxhash/)
52+
* xxHash - Original and 64-bit version.
5253

5354

5455
Each family of hash functions is contained within its own project and NuGet package.

SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
[assembly: CLSCompliant(false)]
1111

12-
[assembly: AssemblyVersion("1.2.1")]
12+
[assembly: AssemblyVersion("1.3.1")]

0 commit comments

Comments
 (0)