From 0359fb98cd2e11dc79dbc0ae08ad9d5f8e7a66f7 Mon Sep 17 00:00:00 2001 From: Derek Perez Date: Sat, 21 May 2022 13:46:32 -0700 Subject: [PATCH] bump to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad0eff..31d3a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "murmurhash", - "version" : "1.0.0", + "version" : "2.0.1", "description" : "A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.", "authors": { "Gary Court": "gary.court@gmail.com",