diff --git a/package-lock.json b/package-lock.json index 27edc0e..6b0aae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartevent", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8aacc36..dc63735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartevent", - "version": "1.0.1", + "version": "2.0.0", "private": false, "description": "handle events in smart ways", "main": "dist/index.js", @@ -29,4 +29,4 @@ "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.4" } -} \ No newline at end of file +}