diff --git a/package-lock.json b/package-lock.json index 2226c33..7226fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "modern-async", - "version": "1.1.4", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "modern-async", - "version": "1.1.4", + "version": "2.0.0", "license": "MIT", "dependencies": { "core-js-pure": "^3.19.1", diff --git a/package.json b/package.json index ac0f894..5f9b4f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-async", - "version": "1.1.4", + "version": "2.0.0", "description": "A modern tooling library for asynchronous operations using async/await, promises and async generators", "keywords": [ "async",