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

Bumped version

This commit is contained in:
Piotr Jaworski 2018-03-29 18:48:21 +02:00 committed by Josef Šimánek
parent be53b7a9e0
commit c26e4a37db
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 4.0.1 (2018-03-14)
## 5.0.0 (2018-03-29)
Changes:

View file

@ -1,5 +1,5 @@
module OmniAuth
module Facebook
VERSION = "4.0.1"
VERSION = '5.0.0'
end
end