From 5ac53d756a2555e5de8fb3334d19a2c44d257341 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 26 Oct 2016 06:11:39 -0400 Subject: [PATCH] 0.4.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d841a8..447b2d8 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.4.2", + "version": "0.4.3", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ @@ -67,4 +67,4 @@ "reflinks": true } } -} \ No newline at end of file +}