From f1dbfc4b6784c0e7809fc8c42dabbd54d742bac7 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Mon, 11 Jun 2018 12:52:22 +0200 Subject: [PATCH] Release 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3af1ea..06a5d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universal-dotenv", - "version": "1.3.0", + "version": "1.4.0", "description": "Robust Environment Configuration for Universal Applications.", "main": "lib/index.cjs.js", "module": "lib/index.esm.js",