Skip to content

Commit

Permalink
Bump to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-basov committed May 15, 2019
1 parent 6c84f7e commit ae086c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ doc/
# Node
/node_modules
package.json
yarn.lock
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

[![Gem](https://img.shields.io/gem/v/mjml-ruby.svg?maxAge=3600&style=flat-square)](https://rubygems.org/gems/mjml-ruby)
[![Travis](https://img.shields.io/travis/kolybasov/mjml-ruby.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/kolybasov/mjml-ruby)
[![Gemnasium](https://img.shields.io/gemnasium/kolybasov/mjml-ruby.svg?maxAge=3600&style=flat-square)](https://gemnasium.com/github.com/kolybasov/mjml-ruby)
[![Code Climate](https://img.shields.io/codeclimate/github/kolybasov/mjml-ruby.svg?maxAge=3600&style=flat-square)](https://codeclimate.com/github/kolybasov/mjml-ruby)

__[!] REQUIRE NODEJS__
__[!] REQUIRES NODEJS__

[MJML](https://mjml.io) parser and template engine for Ruby.
Allows to create email templates without mess.
Expand Down
2 changes: 1 addition & 1 deletion lib/mjml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MJML
VERSION = '0.3.2'.freeze
VERSION = '0.3.3'.freeze
end

0 comments on commit ae086c6

Please sign in to comment.