diff --git a/README.md b/README.md index ca94a228..fd6437cc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [codeclimate]: https://codeclimate.com/github/omniauth/omniauth [coveralls]: https://coveralls.io/r/omniauth/omniauth -This is the documentation for the in-development branch of OmniAuth. You can view the documentation for our latest release v2.0.1 [here](https://github.com/omniauth/omniauth/tree/v2.0.1). +This is the documentation for OmniAuth v2.0.2. ## An Introduction OmniAuth is a library that standardizes multi-provider authentication for diff --git a/lib/omniauth/version.rb b/lib/omniauth/version.rb index 1ac09409..59c8028f 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '2.0.1'.freeze + VERSION = '2.0.2'.freeze end