Skip to content

Commit b2492d6

Browse files
chore: prepare release (#21)
Co-authored-by: ubill-ci[bot] <214821999+ubill-ci[bot]@users.noreply.github.com>
1 parent 34427ff commit b2492d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ vendor/bin/phpunit
100100
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
101101

102102
- API version: `2.1.7`
103-
- Package version: `0.1.0`
103+
- Package version: `0.1.1`
104104
- Generator version: `7.13.0`
105105
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
106106

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ubill/sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"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.",
55
"keywords": [
66
"openapitools",

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Configuration
102102
*
103103
* @var string
104104
*/
105-
protected $userAgent = 'OpenAPI-Generator/0.1.0/PHP';
105+
protected $userAgent = 'OpenAPI-Generator/0.1.1/PHP';
106106

107107
/**
108108
* Debug switch (default set to false)
@@ -435,7 +435,7 @@ public static function toDebugReport()
435435
$report .= ' OS: ' . php_uname() . PHP_EOL;
436436
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
437437
$report .= ' The version of the OpenAPI document: 2.1.7' . PHP_EOL;
438-
$report .= ' SDK Package Version: 0.1.0' . PHP_EOL;
438+
$report .= ' SDK Package Version: 0.1.1' . PHP_EOL;
439439
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
440440

441441
return $report;

0 commit comments

Comments
 (0)