diff --git a/package-lock.json b/package-lock.json index 9849b4e..2c26ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "0.2.6", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5fd5ed5..e0821d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "0.2.6", + "version": "1.0.0", "description": "A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.", "main": "lib/index.js", "scripts": {