From 0f408b1e688de21e6ed40108cbda5f4af5218bd4 Mon Sep 17 00:00:00 2001 From: "ubill-ci[bot]" <214821999+ubill-ci[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:31:09 +0000 Subject: [PATCH] chore: prepare release --- README.md | 2 +- composer.json | 2 +- src/Configuration.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eba6475..615d32c 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/composer.json b/composer.json index d91c77a..fa51fd9 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Configuration.php b/src/Configuration.php index 726087d..e2fe2a8 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -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) @@ -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;