Skip to content

Commit

Permalink
Bump minor version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Jun 8, 2023
1 parent c4d4af4 commit 15db3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highsidelabs/amazon-business-api",
"version": "1.1.0",
"version": "1.2.0",
"description": "PHP client for Amazon's Business API",
"keywords": [
"api",
Expand All @@ -25,8 +25,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"aws/aws-sdk-php": "^3.185"
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4"
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'highsidelabs/amazon-business-api/1.1.0 (Language=PHP)';
protected $userAgent = 'highsidelabs/amazon-business-api/1.2.0 (Language=PHP)';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -428,7 +428,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: 1.1.0' . PHP_EOL;
$report .= ' SDK Package Version: 1.2.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . $tempFolderPath . PHP_EOL;

return $report;
Expand Down

0 comments on commit 15db3cc

Please # to comment.