1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

release 2.0.1

This commit is contained in:
Josef Šimánek 2015-02-21 23:46:04 +01:00
parent 3a6b3ee9c1
commit 0e922acc09
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## Unreleased
## 2.0.1 (2015-02-21)
Bugfixes:

View file

@ -1,5 +1,5 @@
module OmniAuth
module Facebook
VERSION = "2.0.0"
VERSION = "2.0.1"
end
end