From db72e228232385d2174b69c9b889ff8f27440284 Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Wed, 17 May 2017 16:07:20 +0200 Subject: [PATCH] bump up version to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae3e139..3016c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superbalist/js-event-pubsub", - "version": "1.0.1", + "version": "2.0.0", "description": "An event protocol and implementation over pub/sub", "main": "lib/index.js", "scripts": {