Skip to content

Commit

Permalink
Bump version for Recurly.js fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 1, 2011
1 parent 64cfedd commit 8db5981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
[Bundler](http://gembundler.com/) by adding the following line to your Gemfile:

``` ruby
gem 'recurly', '~> 2.0.1'
gem 'recurly', '~> 2.0.2'
```

Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
Expand Down Expand Up @@ -52,7 +52,7 @@ Instructions and examples are available on
[Recurly's documentation site](http://docs.recurly.com/api/basics).

Recurly's gem API is available
[here](http://rubydoc.info/gems/recurly/2.0.1/frames).
[here](http://rubydoc.info/gems/recurly/2.0.2/frames).


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recurly
module Version
MAJOR = 2
MINOR = 0
PATCH = 1
PATCH = 2
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
Expand Down

0 comments on commit 8db5981

Please sign in to comment.