From 2a9b686e9476fa753323f3be4188ffb562e93d05 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 4 Nov 2018 18:23:41 +0100 Subject: [PATCH] 7.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e61a48d..c0e3fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartlog-destination-local", - "version": "7.0.3", + "version": "7.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 294e2fa..54357d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartlog-destination-local", "private": false, - "version": "7.0.3", + "version": "7.0.4", "description": "a smartlog destination targeting the local console", "main": "dist/index.js", "typings": "dist/index.d.ts",