diff --git a/package-lock.json b/package-lock.json index 5192cbe..59d9ffc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70a0c64..20ba500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "0.2.4", + "version": "0.2.5", "description": "A tiny version of Golang's WaitGroup with typings and promises.", "main": "lib/index.js", "scripts": {