mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Prepare for 2.0.2 release
This commit is contained in:
parent
6c822c0c95
commit
ba115e1ac2
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
[codeclimate]: https://codeclimate.com/github/omniauth/omniauth
|
[codeclimate]: https://codeclimate.com/github/omniauth/omniauth
|
||||||
[coveralls]: https://coveralls.io/r/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
|
## An Introduction
|
||||||
OmniAuth is a library that standardizes multi-provider authentication for
|
OmniAuth is a library that standardizes multi-provider authentication for
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module OmniAuth
|
module OmniAuth
|
||||||
VERSION = '2.0.1'.freeze
|
VERSION = '2.0.2'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue