From f08c784fbbe6cc187436c8f2512af025a123de0b Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Fri, 26 Feb 2016 21:41:46 -0500 Subject: [PATCH] 0.3.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f8ae63..cef3b65 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.3.1", + "version": "0.3.2", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/parse-git-config", @@ -57,4 +57,4 @@ "reflinks": true } } -} \ No newline at end of file +}