Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Apr 23, 2012
1 parent 8485b41 commit d2f8b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
paypal-recurring (0.1.8)
paypal-recurring (1.0.0)

GEM
remote: http://rubygems.org/
Expand Down
6 changes: 3 additions & 3 deletions lib/paypal/recurring/version.rb
@@ -1,9 +1,9 @@
module PayPal
module Recurring
module Version
MAJOR = 0
MINOR = 1
PATCH = 8
MAJOR = 1
MINOR = 0
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end
Expand Down

0 comments on commit d2f8b6f

Please sign in to comment.