Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Nov 5, 2010
1 parent 43a358f commit d802518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/premailer/premailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/ruby
#
# Premailer by Alex Dunae (dunae.ca, e-mail 'code' at the same domain), 2008-09
# Premailer by Alex Dunae (dunae.ca, e-mail 'code' at the same domain), 2008-10
#
# Premailer processes HTML and CSS to improve e-mail deliverability.
#
Expand Down Expand Up @@ -33,7 +33,7 @@ class Premailer
include HtmlToPlainText
include CssParser

VERSION = '1.5.6'
VERSION = '1.5.7'

CLIENT_SUPPORT_FILE = File.dirname(__FILE__) + '/../../misc/client_support.yaml'

Expand Down
4 changes: 2 additions & 2 deletions premailer.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "premailer"
s.version = "1.5.6"
s.date = "2010-11-03"
s.version = "1.5.7"
s.date = "2010-11-05"
s.summary = "Preflight for HTML e-mail."
s.email = "[email protected]"
s.homepage = "https://premailer.dialect.ca/"
Expand Down

0 comments on commit d802518

Please sign in to comment.