diff --git a/package.json b/package.json index 87a03b8..5a77cf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "split-filter-n", "description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays", - "version": "1.1.1", + "version": "1.1.2", "main": "index.js", "repository": "http://git.cryto.net/joepie91/node-split-filter-n.git", "author": "Sven Slootweg ",