Version bump

This commit is contained in:
2019-10-09 14:53:22 +02:00
parent 805d4f46c8
commit 48514d5f22
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{ {
"name": "get-gpg-keys-from-github-followers", "name": "get-gpg-keys-from-github-following",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@@ -1,6 +1,6 @@
{ {
"name": "get-gpg-keys-from-github-following", "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.", "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", "main": "index.js",
"repository": { "repository": {