Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Pearce committed Feb 20, 2015
1 parent 29405ca commit bd99174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pin_payment (0.5.0)
pin_payment (0.5.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/pin_payment/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module PinPayment
module Version
MAJOR = 0
MINOR = 5
PATCH = 0
PATCH = 1
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit bd99174

Please sign in to comment.