From 339727ef1f798134e324a95af4ade6a55a48166b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 20 Mar 2022 00:16:23 +0100 Subject: [PATCH] 1.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a77cf5..604990b 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.2", + "version": "1.1.3", "main": "index.js", "repository": "http://git.cryto.net/joepie91/node-split-filter-n.git", "author": "Sven Slootweg ",