diff --git a/build/config.json b/build/config.json index 657180e..e392762 100644 --- a/build/config.json +++ b/build/config.json @@ -1,6 +1,6 @@ { "packageName": "MONEI PHP SDK", - "artifactVersion": "1.1.1", + "artifactVersion": "1.1.2", "gitHost": "github.com", "gitUserId": "monei", "gitRepoId": "monei-php-sdk" diff --git a/build/package.json b/build/package.json index 01d2920..f5f21e5 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-php-sdk", - "version": "1.1.1", + "version": "1.1.2", "description": "MONEI PHP SDK", "author": "monei", "scripts": { diff --git a/lib/Configuration.php b/lib/Configuration.php index 293b4fd..a6da1d1 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -88,7 +88,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/1.1.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/1.1.2/PHP'; /** * Debug switch (default set to false) @@ -397,7 +397,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: 1.2.0' . PHP_EOL; - $report .= ' SDK Package Version: 1.1.1' . PHP_EOL; + $report .= ' SDK Package Version: 1.1.2' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/MoneiClient.php b/lib/MoneiClient.php index 0f295c6..7ff30bf 100644 --- a/lib/MoneiClient.php +++ b/lib/MoneiClient.php @@ -32,7 +32,7 @@ class MoneiClient /** * SDK Version. */ - const SDK_VERSION = '1.1.1'; + const SDK_VERSION = '1.1.2'; /** * @var Configuration