Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Feb 18, 2019
1 parent f4f9cc1 commit 6f53bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-facebook",
"version": "7.0.1",
"version": "7.0.2",
"description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others",
"author": {
"name": "Zlatko Fedor",
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class Facebook {
constructor(options = {}) {
this.options = {
domain: 'connect.facebook.net',
version: 'v3.1',
version: 'v3.2',
cookie: false,
status: false,
xfbml: false,
Expand Down

0 comments on commit 6f53bed

Please sign in to comment.