Skip to content

Commit

Permalink
Bump version for 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisterchipmunk committed Jan 12, 2012
1 parent 01cc108 commit 3ba752a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
gravatar-ultimate (1.0.2) gravatar-ultimate (1.0.3)


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/gravatar/version.rb
@@ -1,6 +1,6 @@
class Gravatar class Gravatar
module Version module Version
MAJOR, MINOR, TINY = 1, 0, 2 MAJOR, MINOR, TINY = 1, 0, 3
STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end


Expand Down

0 comments on commit 3ba752a

Please sign in to comment.