From 9ba1d442b4d9a631e97cb91594bb71b6e3e9c7bb Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 12 Jan 2020 18:32:44 +0000 Subject: [PATCH] 1.0.7 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0ce87..647be92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmail", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a847779..5506f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmail", - "version": "1.0.6", + "version": "1.0.7", "private": false, "description": "a unified format for representing and dealing with mails", "main": "dist/index.js", @@ -36,4 +36,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}