From 2bacbd72f2cd64d41f26b5c597e40ba27e3bc4b2 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Wed, 7 Jul 2021 20:11:27 +0000 Subject: [PATCH] patch rev for slight change to main file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e3ef36..651ff4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "10.0.1", + "version": "10.0.2", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "type": "module", "main": "node-ipc.js",