Skip to content

Commit

Permalink
bump to v2.2.7 remove flowdock hook
Browse files Browse the repository at this point in the history
  • Loading branch information
joseconsador committed Jan 30, 2018
1 parent 1b6ddda commit ed6f742
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ script:
- vendor/bin/phpcs --extensions=php --standard=PSR2 --report=summary -np src/ tests/
notifications:
email: false
flowdock:
secure: "iLK+qx1LS206GMddngYGToivo0Tq2rx0WNNFdQNTYSltLm8scEBuAzziqH3paTmfD9f312aV1RbDogLqO/ksDQx4CIfnGE3r/UwGmj+aG2AooqZijLHNITf7mU9dmNH2niNbxM7IwOZpZhd30y1D7U6hZdMCiS7bVxJ5fjdfMSw="
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.6
2.2.7
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendesk/zendesk_api_client_php",
"description": "PHP Client for Zendesk REST API. See http://developer.zendesk.com/api-docs",
"description": "PHP Client for Zendesk REST API. See https://developer.zendesk.com/rest_api/docs/core/introduction .",
"license": "Apache-2.0",
"homepage": "https://github.com/zendesk/zendesk_api_client_php",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Zendesk/API/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
*/
class HttpClient
{
const VERSION = '2.2.6';
const VERSION = '2.2.7';

use InstantiatorTrait;

Expand Down

0 comments on commit ed6f742

Please sign in to comment.