diff --git a/History.md b/History.md index 3ddf7e2..06448a1 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.0.2 / 2015-15-05 +================== + + * Prep for npm publish + 1.0.1 / 2014-10-16 ================== diff --git a/component.json b/component.json index 7477329..89f91d5 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "script-onload", "repo": "segmentio/script-onload", - "version": "1.0.1", + "version": "1.0.2", "description": "Call a function when a script loads.", "main": "index.js", "scripts": [ diff --git a/package.json b/package.json index cb717e8..081138b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "script-onload", "description": "Call a function when a script loads.", - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "https://github.com/segmentio/script-onload.git"