Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Leusden committed Feb 25, 2020
1 parent b40c25c commit 8238b5c
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,7 +1,7 @@
{
"name": "bol-com/retailer-api",
"type": "library",
"version": "1.0.0",
"version": "1.1.0",
"authors": [
{
"name": "Reach Digital",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Client extends \GuzzleHttp\Client implements ClientInterface
public function __construct(
ClientConfigInterface $clientConfig,
LoggerInterface $logger = null,
string $userAgent = 'bol-com/retailer-api/1.0'
string $userAgent = 'bol-com/retailer-api/1.1'
) {
$stack = $this->handlerStack($clientConfig, $logger);

Expand Down

0 comments on commit 8238b5c

Please sign in to comment.