diff --git a/appveyor.yml b/appveyor.yml index 3f2b11b..9d18091 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # http://www.appveyor.com/docs/appveyor-yml # version format -version: 8.9.{build} +version: 8.9.2.{build} # Test against these versions of Io.js and Node.js. environment: diff --git a/package.json b/package.json index 1942798..dece930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "8.9.1", + "version": "8.9.2", "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": { @@ -11,7 +11,7 @@ }, "dependencies": { "colors": "*", - "event-pubsub": "4.2.2", + "event-pubsub": "4.2.3", "js-message": ">=1.0.5", "js-queue": ">=1.0.0", "node-cmd": ">=1.1.1"