Skip to content

Commit

Permalink
v3.3.1 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Jul 31, 2022
1 parent 5de471a commit 9a2917a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD (Unreleased)

## 3.3.1

- Add support for Rails 7 (https://github.com/zombocom/maildown/pull/61)

## 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.0)
maildown (3.3.1)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.0)
maildown (3.3.1)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.0)
maildown (3.3.1)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.0)
maildown (3.3.1)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_head.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GIT
PATH
remote: ..
specs:
maildown (3.3.0)
maildown (3.3.1)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion lib/maildown/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Maildown
VERSION = "3.3.0"
VERSION = "3.3.1"
end

0 comments on commit 9a2917a

Please sign in to comment.