From ca16d225f890185c8ac20b501ec562af0c070267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 1 Nov 2015 12:40:27 +0200 Subject: [PATCH] :arrow_up: 2.3.0 :tada: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f2182c4..26594e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-stats", - "version": "2.2.0", + "version": "2.3.0", "description": "Local git statistics including GitHub-like contributions calendars.", "main": "lib/index.js", "bin": { @@ -10,7 +10,7 @@ "test": "node test", "postinstall": "node scripts/migration/2.0.0.js" }, - "author": "Ionică Bizău ", + "author": "Ionică Bizău (http://ionicabizau.net)", "contributors": [ "Gnab ", "William Boman ", @@ -53,4 +53,4 @@ "h_img": "http://i.imgur.com/Q7TQYHx.png", "ex_img": "http://i.imgur.com/PpM0i3v.png" } -} \ No newline at end of file +}