aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-01-14 21:58:07 -0500
committerJason Miller <[email protected]>2017-01-14 21:58:07 -0500
commit656c8c381a222294aaebf520ef70a3d449687b9f (patch)
tree86abd8580f1d686f80dc1d846abf2845549445a7 /package.json
parente6eca474d802476617b513a748754f33146f532d (diff)
1.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a94a3c2..10aaec7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mitt",
"amdName": "mitt",
- "version": "0.2.1",
+ "version": "1.0.0",
"description": "Tiny ~200b functional event emitter / pubsub.",
"jsnext:main": "src/index.js",
"main": "dist/mitt.js",