Skip to content

Commit

Permalink
Fix version number in mjml migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladic Kostin committed Apr 22, 2020
1 parent 9d63b8f commit 7f94964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.6.4"
"version": "4.6.5"
}
2 changes: 1 addition & 1 deletion packages/mjml-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.8.7",
"browser-mjml-core": "4.6.3",
"browser-mjml-parser-xml": "4.5.1",
"browser-mjml-parser-xml": "4.6.3",
"commander": "^2.11.0",
"js-beautify": "^1.6.14",
"lodash": "^4.17.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/mjml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-mjml",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "4.6.4",
"version": "4.6.5",
"main": "lib/index.js",
"bin": {
"mjml": "bin/mjml"
Expand Down

0 comments on commit 7f94964

Please sign in to comment.