Skip to content

Commit 6f53bed

Browse files
committed
Release 7.0.2
1 parent f4f9cc1 commit 6f53bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-facebook",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others",
55
"author": {
66
"name": "Zlatko Fedor",

src/Facebook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Facebook {
1111
constructor(options = {}) {
1212
this.options = {
1313
domain: 'connect.facebook.net',
14-
version: 'v3.1',
14+
version: 'v3.2',
1515
cookie: false,
1616
status: false,
1717
xfbml: false,

0 commit comments

Comments
 (0)