Skip to content

Commit

Permalink
Bump to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jul 17, 2017
1 parent f36d5a7 commit 91023c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## v2.0.4

Depend on `sass` instead of `sass-rails`.

## v2.0.3

Fix a URL generation issue in the CMS integration on Rails 5.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ REP comes with two themes: a simple standalone theme, and a theme that uses [Boo
Add [![Gem Version][gem-badge]][gem] to Gemfile:

```ruby
gem 'rails_email_preview', '~> 2.0.3'
gem 'rails_email_preview', '~> 2.0.4'
```

Add an initializer and the routes:
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_email_preview/version.rb
@@ -1,3 +1,3 @@
module RailsEmailPreview
VERSION = '2.0.3'
VERSION = '2.0.4'
end
2 changes: 1 addition & 1 deletion spec/screenshots

0 comments on commit 91023c0

Please sign in to comment.