Skip to content

Commit

Permalink
Bump version, prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Oct 12, 2012
1 parent 567d4b2 commit d361ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ content negotiation, versioning and much more.
* [Grape Google Group](http://groups.google.com/group/ruby-grape)
* [Grape Wiki](https://github.com/intridea/grape/wiki)

## Stable Release

You're reading the documentation for the next release of Grape.
The current stable release is [0.2.1](https://github.com/intridea/grape/blob/v0.2.1/README.markdown).

## Installation

Grape is available as a gem, to install it just install the gem:
Expand Down Expand Up @@ -117,7 +112,7 @@ mount Twitter::API => "/"
```

Note that you will need to restart Rails to pick up changes in your API classes
(see [Issue 131](https://github.com/intridea/grape/issues/131))
(see [Issue 131](https://github.com/intridea/grape/issues/131)).

### Modules

Expand Down
2 changes: 1 addition & 1 deletion lib/grape/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Grape
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit d361ef4

Please sign in to comment.