diff --git a/package-lock.json b/package-lock.json index 67a1af0..e613aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "get-gpg-keys-from-github-followers", + "name": "get-gpg-keys-from-github-following", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 2628e39..852fc43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-gpg-keys-from-github-following", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple program which will look through a users list of followed users and generate a gpg key file containing the public keys of all users who have added their gpg key to github.", "main": "index.js", "repository": {