diff --git a/README.md b/README.md index 08abfcf7..669b1bc1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [coveralls]: https://coveralls.io/r/omniauth/omniauth This is the documentation for the in-development branch of OmniAuth. -You can find the documentation for the latest stable release [here](https://github.com/omniauth/omniauth/tree/v2.1.1) +You can find the documentation for the latest stable release [here](https://github.com/omniauth/omniauth/tree/v2.1.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 653d9776..4334cf5a 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '2.1.1'.freeze + VERSION = '2.1.2'.freeze end