diff --git a/component.json b/component.json index 2d40817..8ce3b93 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "repo": "mango/emitter", "description": "A JavaScript event emitter written in ES6.", "author": "Guille Paz ", - "version": "0.0.5", + "version": "0.0.6", "twitter": "@getmango", "keywords": [ "emitter" diff --git a/package.json b/package.json index eda2227..49733a7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "name": "Guille Paz", "email": "guille87paz@gmail.com" }, - "version": "0.0.5", + "version": "0.0.6", "scripts": { "test": "_mocha", "hint": "jshint ./src/index.js",