From b90d95ce6dea0a18873cbaa5c8b130470b39c400 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Sun, 11 Nov 2018 14:47:27 +0100 Subject: [PATCH] Version 2.2.4 --- docs/maintain.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/maintain.md b/docs/maintain.md index cbd14bb..1a8de01 100644 --- a/docs/maintain.md +++ b/docs/maintain.md @@ -30,14 +30,14 @@ $ rm ghuser-github-contribs-7.8.9.tgz ```bash $ sudo npm uninstall -g @ghuser/github-contribs -$ sudo npm install . -g +$ sudo npm install -g . ``` and test it briefly, e.g. ```bash $ github-contribs --version -$ github-contribs --since 2018-09-14 AurelienLourot +$ github-contribs --since 2018-11-11 AurelienLourot ``` ## Commit your changes, create a git tag and push diff --git a/package.json b/package.json index d465633..c7caf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ghuser/github-contribs", - "version": "2.2.3", + "version": "2.2.4", "description": "List all GitHub repos a user has contributed to since the beginning of time.", "license": "Unlicense", "repository": {