From 13aac42dd761f3ab8568b280bc7d26d72caa075b Mon Sep 17 00:00:00 2001 From: meriadec Date: Wed, 8 Jun 2016 08:48:38 +0200 Subject: [PATCH] chore(version): bump to 1.3.3 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff82ff6c..6464d640 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ Create a pull request! ## Releases and Changelogs +### 1.3.3 (2016-06-08) + + - Fix a bug which caused issues with template saves #47 :bug: + ### 1.3.2 (2016-05-27) - Add modal to show app version and mjml version :notebook: diff --git a/package.json b/package.json index 76ee2ceb..cadb590d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mjml-app", - "version": "1.3.2", + "version": "1.3.3", "description": "The only framework that makes responsive-email easy", "main": "main.js", "scripts": {