Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schaitanya committed Jun 29, 2017
1 parent 4ffe044 commit b5dc3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kickbox/kickbox",
"version": "2.2.0",
"version": "2.2.1",
"description": "Official kickbox API library client for PHP",
"homepage": "http://kickbox.io",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion lib/Kickbox/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HttpClient implements HttpClientInterface
'base_uri' => 'https://api.kickbox.io',
'api_version' => 'v2',
'headers' => [
'user_agent' => 'kickbox-php/2.2.0 (https://github.com/kickboxio/kickbox-php)'
'user_agent' => 'kickbox-php/2.2.1 (https://github.com/kickboxio/kickbox-php)'
]
];

Expand Down

0 comments on commit b5dc3a5

Please sign in to comment.