From 2117c2f5d92045e9eb447d3aba699547db7ce54b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 21 Jan 2020 10:05:36 +0000 Subject: [PATCH] 1.0.12 --- 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 4746343..925adfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmail", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfa42da..0ab8387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmail", - "version": "1.0.11", + "version": "1.0.12", "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 +}