From b042e7a7c343ef84e8eec8978ac77f6fa8bef2df Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 19 Aug 2019 22:18:13 +0200 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aee4600..6ebaaba 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.0.1", + "version": "1.1.0", "main": "index.js", "repository": "git@git.cryto.net:joepie91/node-split-filter-n.git", "author": "Sven Slootweg ",