From 3626ff929c878511b853316fb7a3b76928b12146 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 25 Aug 2019 18:35:16 +0200 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ebaaba..84a657b 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.0", + "version": "1.1.1", "main": "index.js", "repository": "git@git.cryto.net:joepie91/node-split-filter-n.git", "author": "Sven Slootweg ",