From f687ef06cc17c012525d693729ddc3197957b6fa Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Thu, 23 Jan 2020 12:35:55 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6dc6e93..2ac5375d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "0.0.1", + "version": "0.0.2", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", "scripts": { -- 2.34.1