summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwerle <joseph.werle@gmail.com>2024-12-31 13:48:57 -0500
committerjwerle <joseph.werle@gmail.com>2024-12-31 13:48:57 -0500
commit10ba9c25abbcf8952b5f4abecf9bf4fc148e8e65 (patch)
treee4b9a733cf33cbaed12282e25ef6409d99b7cc25
parent81a435207adabc6d8e4211728cdb55d17bd63a61 (diff)
chore(clib.json): 0.2.0HEADmastermain
-rw-r--r--clib.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/clib.json b/clib.json
index eae6f09..fa3b580 100644
--- a/clib.json
+++ b/clib.json
@@ -1,6 +1,6 @@
{
"name": "murmurhash",
- "version": "0.1.0",
+ "version": "0.2.0",
"repo": "jwerle/murmurhash.c",
"description": "MurmurHash3 general hash bashed lookup function implementation",
"makefile": "Makefile",