From bb05729b25ab2f4464eecaf346df878332576fa3 Mon Sep 17 00:00:00 2001 From: jwerle Date: Thu, 14 Apr 2022 13:57:50 -0400 Subject: chore(): 0.1.0 --- clib.json | 2 +- murmurhash.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clib.json b/clib.json index 1a7eadf..eae6f09 100644 --- a/clib.json +++ b/clib.json @@ -1,6 +1,6 @@ { "name": "murmurhash", - "version": "0.0.3", + "version": "0.1.0", "repo": "jwerle/murmurhash.c", "description": "MurmurHash3 general hash bashed lookup function implementation", "makefile": "Makefile", diff --git a/murmurhash.h b/murmurhash.h index 4a692d4..b6b6e43 100644 --- a/murmurhash.h +++ b/murmurhash.h @@ -9,7 +9,7 @@ #include -#define MURMURHASH_VERSION "0.0.3" +#define MURMURHASH_VERSION "0.1.0" #ifdef __cplusplus extern "C" { -- cgit v1.2.3