Skip to content

Commit

Permalink
Bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 3, 2019
1 parent c2863a0 commit 1a4fd0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.1.1
## v2.2.0

Adds CSP nonce to inline script tags if CSP is enabled on Rails v5.2+.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1.0'
gem 'rails_email_preview', '~> 2.2.0'
```

Add an initializer and the routes:
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_email_preview/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsEmailPreview
VERSION = '2.1.0'
VERSION = '2.2.0'
end

0 comments on commit 1a4fd0f

Please sign in to comment.