Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed May 11, 2012
1 parent 108a74c commit f75e407
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
remote: .
specs:
notifier (0.1.4)
notifier (0.1.5)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/notifier/version.rb
Expand Up @@ -2,7 +2,7 @@ module Notifier
module Version
MAJOR = 0
MINOR = 1
PATCH = 4
PATCH = 5
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit f75e407

Please sign in to comment.