diff --git a/package.json b/package.json index 51e07a7..2122045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-once", - "version": "0.0.0", + "version": "1.0.0", "description": "Guarantee a node-style async function is only executed once", "main": "index.js", "scripts": {