diff --git a/package-lock.json b/package-lock.json index 01f7ff2..c7d7c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@karmaniverous/get-dotenv", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@karmaniverous/get-dotenv", - "version": "0.2.1", + "version": "0.2.2", "license": "BSD-3-Clause", "dependencies": { "commander": "^9.4.1", diff --git a/package.json b/package.json index e9bd755..8e6e5d3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "bin": { "getdotenv": "bin/getdotenv/index.js" }, - "version": "0.2.1", + "version": "0.2.2", "publishConfig": { "access": "public" },