diff --git a/package-lock.json b/package-lock.json index 3f991d2..8106938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "middy-env", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e292418..c9ee402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middy-env", - "version": "0.0.1", + "version": "1.0.0", "description": "Environment variable middleware for the middy framework", "main": "index.js", "scripts": {