From 9254ce02c8aa0cac73525368b11e8474efdc9fcf Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 17 Feb 2020 22:05:24 +0100 Subject: [PATCH] 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ",