From 48514d5f223657856a01d19ed6d6f01eefab8b9e Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Wed, 9 Oct 2019 14:53:22 +0200 Subject: [PATCH] Version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {