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

Merge branch '1-6-stable'

Conflicts:
	CHANGELOG.md
This commit is contained in:
Mark Dodwell 2014-01-11 14:22:00 -08:00
commit 171d1f5021
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
rvm:
- 1.8.7
- 1.9.2

View file

@ -1,4 +1,4 @@
## 1.6.0.rc1 (2013-12-03)
## 1.6.0 (2014-01-13)
Features:

View file

@ -1,5 +1,5 @@
module OmniAuth
module Facebook
VERSION = "1.6.0.rc1"
VERSION = "1.6.0"
end
end