From 8238b5cbebf0191c1d48f9e62752c5980cc1b9f7 Mon Sep 17 00:00:00 2001 From: Jeroen van Leusden Date: Tue, 25 Feb 2020 11:15:30 +0100 Subject: [PATCH] v1.1.0 --- composer.json | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1abbc81..b3c65ba 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bol-com/retailer-api", "type": "library", - "version": "1.0.0", + "version": "1.1.0", "authors": [ { "name": "Reach Digital", diff --git a/src/Client.php b/src/Client.php index 6916a09..9c17a3e 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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);