From 99a937c3172dc784c63d3d0ea3b6bc059d6c4f22 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 4 Jan 2017 09:18:15 -0800 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea0fa8..eaafc4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alexlafroscia/yaml-merge", - "version": "1.0.2", + "version": "1.0.3", "description": "A super simple tool for merging YAML files", "main": "index.js", "bin": "bin/yaml-merge",