Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ vendor/bin/phpunit
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `2.1.7`
- Package version: `0.1.0`
- Package version: `0.1.1`
- Generator version: `7.13.0`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubill/sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "UBill API - provides programmatic access to our resources. You will be able to integrate our service into your system and communicate with clients easily.",
"keywords": [
"openapitools",
Expand Down
4 changes: 2 additions & 2 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/0.1.0/PHP';
protected $userAgent = 'OpenAPI-Generator/0.1.1/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -435,7 +435,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: 2.1.7' . PHP_EOL;
$report .= ' SDK Package Version: 0.1.0' . PHP_EOL;
$report .= ' SDK Package Version: 0.1.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
Loading