From 2372ae7201c1f93fe2a4e6e8c55ae54bf0075ee7 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Mon, 1 Jul 2019 13:18:22 +0300 Subject: [PATCH] 0.2.4 --- 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 a9ee5afa..f65a1b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4042b91..a9fccbbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "0.2.3", + "version": "0.2.4", "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",