From 0eb030bc10e8fc799d267182ad588883a031d942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 11 Oct 2016 16:32:03 +0300 Subject: [PATCH] :arrow_up: 2.9.11 :tada: --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 589f8a1..55f9f35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-stats", - "version": "2.9.10", + "version": "2.9.11", "description": "Local git statistics including GitHub-like contributions calendars.", "main": "lib/index.js", "bin": { @@ -237,6 +237,7 @@ "bin/", "app/", "lib/", + "build/", "dist/", "src/", "resources/",