Skip to content

Commit 97847a8

Browse files
author
Chaitanya Surapaneni
committed
Update user-agent version
1 parent ade3872 commit 97847a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kickbox/kickbox",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Official kickbox API library client for PHP",
55
"homepage": "http://kickbox.io",
66
"authors": [{

lib/Kickbox/HttpClient/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class HttpClient implements HttpClientInterface
2323
'base_uri' => 'https://api.kickbox.io',
2424
'api_version' => 'v2',
2525
'headers' => [
26-
'user-agent' => 'kickbox-php/2.2.3 (https://github.com/kickboxio/kickbox-php)'
26+
'user-agent' => 'kickbox-php/2.2.5 (https://github.com/kickboxio/kickbox-php)'
2727
]
2828
];
2929

0 commit comments

Comments
 (0)