From 346b25439edef3eea97e9a5208ac04e76f6145ba Mon Sep 17 00:00:00 2001 From: Ruslan Kerimov Date: Fri, 8 Feb 2019 14:31:05 +0300 Subject: [PATCH] release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1f3952..c9e7398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fifo-stream", - "version": "0.0.1", + "version": "0.1.0", "description": "Streams which doesn't locks fs threads when works with POSIX named pipes (FIFO).", "main": "index.js", "scripts": {