Skip to content

Commit

Permalink
Bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-basov committed May 25, 2017
1 parent 64856b2 commit 23e3c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Allows to create email templates without mess.
Add to Gemfile:

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

or
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rake'
require 'rake/testtask'
require 'bundler/gem_tasks'

Rake::TestTask.new do |t|
t.libs << 'lib'
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.0'.freeze
VERSION = '0.3.1'.freeze
end

0 comments on commit 23e3c15

Please sign in to comment.