From 0735369015fdfacd3d9fabf5ac8fc05831609868 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Thu, 30 Jan 2020 16:23:51 +0200 Subject: [PATCH] 0.7.0 --- 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 86e618e4..a19dc114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.6.4", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c40b2a3..6a918333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.6.4", + "version": "0.7.0", "description": "Maizzle is an email framework that helps you quickly build emails with utility-first CSS and advanced, email-specific post-processing.", "license": "MIT", "main": "src/index.js",