From bd26b666bf17ffb73ce1d9b9b84edd7a7634ead1 Mon Sep 17 00:00:00 2001 From: Patrick Boyd Date: Wed, 27 Feb 2019 12:52:03 -0600 Subject: [PATCH] Update version and publish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8289492..132ffde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CSDLParser", - "version": "0.1.11", + "version": "0.2.00", "description": "CSDL Metadata Parser", "main": "./index.js", "scripts": { @@ -9,7 +9,7 @@ "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "engines": { - "node": ">=4.3.2" + "node": ">=6.3" }, "author": "Patrick Boyd", "license": "Apache-2.0",