Skip to content

Commit d2fd0fc

Browse files
committed
v2.1.1 release
1 parent f66dd2d commit d2fd0fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
[codeclimate]: https://codeclimate.com/github/omniauth/omniauth
1515
[coveralls]: https://coveralls.io/r/omniauth/omniauth
1616

17-
This is the documentation for the in-development branch of OmniAuth. You can view the documentation for our latest release v2.1.0 [here](https://github.com/omniauth/omniauth/releases/tag/v2.1.0).
17+
This is the documentation for the in-development branch of OmniAuth.
18+
You can find the documentation for the latest stable release [here](https://github.com/omniauth/omniauth/tree/v2.1.1)
1819

1920
## An Introduction
2021
OmniAuth is a library that standardizes multi-provider authentication for

lib/omniauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OmniAuth
2-
VERSION = '2.1.0'.freeze
2+
VERSION = '2.1.1'.freeze
33
end

0 commit comments

Comments
 (0)