Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 0c8ea23

Browse files
author
Fosco Marotto
committed
Updated to 4.0.20
1 parent a022631 commit 0c8ea23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Facebook SDK for PHP
22
====================
33

4-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-4.0.19-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
4+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-4.0.20-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
55

66

77
This repository contains the open source PHP SDK that allows you to access Facebook

src/Facebook/FacebookRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FacebookRequest
3939
/**
4040
* @const string Version number of the Facebook PHP SDK.
4141
*/
42-
const VERSION = '4.0.19';
42+
const VERSION = '4.0.20';
4343

4444
/**
4545
* @const string Default Graph API version for requests

0 commit comments

Comments
 (0)