Skip to content

Commit

Permalink
Bump version to 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Dec 16, 2021
1 parent 6b2d97d commit 0d7a540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
.idea/

composer.phar
/vendor/
/.openapi-generator/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"phpoffice/phpspreadsheet": "^1.19",
"phpoffice/phpspreadsheet": "^1.18",
"aws/aws-sdk-php": "^3.185"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'jlevers/selling-partner-api/4.2.2 (Language=PHP)';
protected $userAgent = 'jlevers/selling-partner-api/4.2.3 (Language=PHP)';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -411,7 +411,7 @@ public static function toDebugReport(?string $tempFolderPath = null)
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 2020-11-01' . PHP_EOL;
$report .= ' SDK Package Version: 4.2.2' . PHP_EOL;
$report .= ' SDK Package Version: 4.2.3' . PHP_EOL;
$report .= ' Temp Folder Path: ' . $tempFolderPath . PHP_EOL;

return $report;
Expand Down

0 comments on commit 0d7a540

Please sign in to comment.