diff --git a/README.md b/README.md index 7ea0e91..7c4627f 100755 --- a/README.md +++ b/README.md @@ -115,6 +115,6 @@ vendor/bin/phpunit This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `0.4.1` - - Package version: `2.1.1` + - Package version: `2.1.3` - Generator version: `7.6.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/composer.json b/composer.json index b547151..5135a93 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "databox", - "version": "2.1.1", + "name": "databox/databox", + "version": "2.1.3", "description": "Push API resources Open API documentation", "keywords": [ "openapitools", diff --git a/src/README.md b/src/README.md index 9484511..7c4627f 100644 --- a/src/README.md +++ b/src/README.md @@ -115,6 +115,6 @@ vendor/bin/phpunit This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `0.4.1` - - Package version: `2.1.2` + - Package version: `2.1.3` - Generator version: `7.6.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/src/composer.json b/src/composer.json index b547151..5135a93 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { - "name": "databox", - "version": "2.1.1", + "name": "databox/databox", + "version": "2.1.3", "description": "Push API resources Open API documentation", "keywords": [ "openapitools", diff --git a/src/lib/Configuration.php b/src/lib/Configuration.php index 442db05..bc3bde0 100644 --- a/src/lib/Configuration.php +++ b/src/lib/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.1.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.1.3/PHP'; /** * Debug switch (default set to false) @@ -433,7 +433,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: 0.4.1' . PHP_EOL; - $report .= ' SDK Package Version: 2.1.1' . PHP_EOL; + $report .= ' SDK Package Version: 2.1.3' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;