From 336815fcd9f31822b0a0ab71df0ca08584d04a37 Mon Sep 17 00:00:00 2001 From: Stefano Azzolini Date: Tue, 28 Jul 2015 11:55:41 +0200 Subject: [PATCH] 1.1.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fbdb19..1883641 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": [ "hash","hashing", "murmur" ], "type": "library", "license": "MIT", - "version": "1.0.0", + "version": "1.1.0", "require": { "php": ">=4.3" }, @@ -22,4 +22,4 @@ "murmurhash3.php" ] } -} \ No newline at end of file +}