Skip to content

Commit

Permalink
Updated to 4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosco Marotto committed Mar 3, 2015
1 parent a022631 commit 0c8ea23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Facebook SDK for PHP
====================

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


This repository contains the open source PHP SDK that allows you to access Facebook
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FacebookRequest
/**
* @const string Version number of the Facebook PHP SDK.
*/
const VERSION = '4.0.19';
const VERSION = '4.0.20';

/**
* @const string Default Graph API version for requests
Expand Down

0 comments on commit 0c8ea23

Please sign in to comment.