diff --git a/package-lock.json b/package-lock.json index 3f145de..23f54d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "async-await-retry", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "async-await-retry", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "bin": { "async-await-retry": "index.js" diff --git a/package.json b/package.json index e7a9097..160e109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-await-retry", - "version": "2.0.1", + "version": "2.1.0", "description": "Simple module to retry a function with async/await syntax !", "main": "index.js", "bin": "./index.js",