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": {