diff --git a/package-lock.json b/package-lock.json index 77d63e8..9d44550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "universal-dotenv", - "version": "3.2.6", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "universal-dotenv", - "version": "3.2.6", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index 17984c4..d23b5c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universal-dotenv", - "version": "3.2.6", + "version": "4.0.0", "description": "Robust Environment Configuration for Universal Applications.", "main": "lib/index.cjs.js", "module": "lib/index.esm.js",