From a014dcf1ab66c5b8effe7d9df4d8409b9bed9d52 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 13 Oct 2020 20:09:15 +0000 Subject: [PATCH] 4.0.16 --- 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 3c2c7cd..e7833ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartenv", - "version": "4.0.15", + "version": "4.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13a17fd..df1dad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartenv", - "version": "4.0.15", + "version": "4.0.16", "description": "store things about your environment and let them travel across modules", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",