Skip to content

Commit

Permalink
Updating version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Feb 22, 2010
1 parent e9d2f64 commit 81b3716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require 'bundler'

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

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

0 comments on commit 81b3716

Please sign in to comment.