From 5b9f13dfb6b5bc399f448056fb9b1f56067584f0 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Wed, 27 Aug 2014 21:01:41 -0700 Subject: [PATCH] released version 1.1.0 on npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 993d13e..5b8e1f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "1.0.0", + "version": "1.1.0", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.js", "directories": {