Skip to content

Commit

Permalink
Bump version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-basov committed Nov 7, 2020
1 parent 74232a8 commit 43f97d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Allows to create email templates without mess.
Add to Gemfile:

```ruby
gem 'mjml-ruby', '~> 0.3', require: 'mjml'
gem 'mjml-ruby', '~> 0.4', require: 'mjml'
```

or
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.6'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit 43f97d7

Please sign in to comment.