diff --git a/package-lock.json b/package-lock.json index 09573a9..da38933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snarfetch", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snarfetch", - "version": "0.0.0", + "version": "0.0.1", "license": "Apache-2.0", "dependencies": { "node-fetch": "3.2.10", diff --git a/package.json b/package.json index 426568d..da3bac5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "snarfetch", "description": "A helpful fetch wrapper for NodeJS", "author": "Andrew Aylett", - "version": "0.0.0", + "version": "0.0.1", "license": "Apache-2.0", "repository": { "type": "git",