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

Commit

Permalink
Update version number to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyK committed Dec 30, 2016
1 parent 977e610 commit 3e0f787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://img.shields.io/travis/facebook/php-graph-sdk/5.4.svg)](https://travis-ci.org/facebook/php-graph-sdk)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=5.4)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.4)
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.2-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.3-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)


This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Facebook.php
Expand Up @@ -53,7 +53,7 @@ class Facebook
/**
* @const string Version number of the Facebook PHP SDK.
*/
const VERSION = '5.4.2';
const VERSION = '5.4.3';

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

0 comments on commit 3e0f787

Please sign in to comment.