diff --git a/README.markdown b/README.markdown index 405a782dd..f4a9f04e8 100644 --- a/README.markdown +++ b/README.markdown @@ -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: @@ -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 diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 9b2a11076..fe07ece57 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -1,3 +1,3 @@ module Grape - VERSION = '0.2.1' + VERSION = '0.2.2' end