diff --git a/History.md b/History.md index b898ca6..03db0be 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +1.1.3 / 2014-06-20 +================== + + * republish for npm + * add LICENSE file + 1.1.2 / 2014-02-10 ================== diff --git a/component.json b/component.json index 68ba0b1..5384d68 100644 --- a/component.json +++ b/component.json @@ -6,7 +6,7 @@ "emitter", "events" ], - "version": "1.1.2", + "version": "1.1.3", "scripts": [ "index.js" ], diff --git a/package.json b/package.json index 4f096ab..887bfdd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "component-emitter", "description": "Event emitter", - "version": "1.1.2", + "version": "1.1.3", "devDependencies": { "mocha": "*", "should": "*"