v2.0.3 release

This commit is contained in:
Bobby McDonald 2021-02-18 12:59:44 -05:00
parent 7e1b49fc66
commit f9dddef388
No known key found for this signature in database
GPG Key ID: CAD931A49619329A
2 changed files with 2 additions and 2 deletions

View File

@ -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.2 [here](https://github.com/omniauth/omniauth/tree/v2.0.2).
This is the documentation for OmniAuth [v2.0.3](https://github.com/omniauth/omniauth/tree/v2.0.3).
## An Introduction
OmniAuth is a library that standardizes multi-provider authentication for

View File

@ -1,3 +1,3 @@
module OmniAuth
VERSION = '2.0.2'.freeze
VERSION = '2.0.3'.freeze
end