From d6351a350f85a26dc04242f471842e0445bda7f1 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Thu, 21 May 2020 09:54:37 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dffccf4a..518d179c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "1.0.0", + "version": "1.1.0", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", "scripts": { -- 2.34.1