From 6a4f0f846ada55e305611ef6535e84afd98b973a Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Fri, 27 Feb 2015 13:08:53 -0500 Subject: [PATCH] 0.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e4e2e1..b55e4bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-git-config", "description": "Parse `.git/config` into a JavaScript object. sync or async.", - "version": "0.1.0", + "version": "0.2.0", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": { "name": "Jon Schlinkert", @@ -39,4 +39,4 @@ "config", "git" ] -} \ No newline at end of file +}