Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Feb 26, 2021
1 parent e1f9c8e commit ec27448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jlevers/selling-partner-api",
"version": "1.1.4",
"version": "1.2.0",
"description": "This library provides a PHP interface for interacting with Amazon's Selling Partner API.",
"keywords": [
"api",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'SellingPartnerAPI/1.1.4 (Language=PHP)';
protected $userAgent = 'SellingPartnerAPI/1.2.0 (Language=PHP)';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -390,7 +390,7 @@ public static function toDebugReport()
$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.4' . PHP_EOL;
$report .= ' SDK Package Version: 1.2.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit ec27448

Please sign in to comment.