Skip to content

Commit

Permalink
Version bump to 2.1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Mar 28, 2010
1 parent a45c0b6 commit 0f255fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
== Sun 28 Mar 2010 10:31:33 UTC Mikel Lindsaar <raasdnil@gmail.com>

* Version bump to 2.1.5.2
* Fixed up preserve case in header fields when assigned from a message closes issue #46

== Sun 28 Mar 2010 09:02:20 UTC Mikel Lindsaar <raasdnil@gmail.com> == Sun 28 Mar 2010 09:02:20 UTC Mikel Lindsaar <raasdnil@gmail.com>


* Version bump to 2.1.5.1 * Version bump to 2.1.5.1
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'cucumber/rake/task'


spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = "mail" s.name = "mail"
s.version = "2.1.5.1" s.version = "2.1.5.2"
s.author = "Mike Lindsaar" s.author = "Mike Lindsaar"
s.email = "raasdnil@gmail.com" s.email = "raasdnil@gmail.com"
s.homepage = "http://github.com/mikel/mail" s.homepage = "http://github.com/mikel/mail"
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module VERSION
MAJOR = 2 MAJOR = 2
MINOR = 1 MINOR = 1
TINY = 5 TINY = 5
MICRO = 1 MICRO = 2


STRING = [MAJOR, MINOR, TINY, MICRO].join('.') STRING = [MAJOR, MINOR, TINY, MICRO].join('.')
end end
Expand Down

0 comments on commit 0f255fa

Please sign in to comment.