From 00c3d5bc2af1fe7c94579255593e73c470116c36 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Tue, 17 Sep 2019 13:05:12 +0300 Subject: [PATCH] 0.4.3 --- 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 2280980a..99f09998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d38908f7..14f91db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.4.2", + "version": "0.4.3", "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",