From 951acda016904e38bc6127e016fd121489936bbc Mon Sep 17 00:00:00 2001 From: Dmitriy Nevzorov Date: Mon, 29 Nov 2021 19:44:11 +0100 Subject: [PATCH] chore: release v1.0.0 --- build/config.json | 2 +- build/package.json | 2 +- lib/Configuration.php | 4 ++-- lib/MoneiClient.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/config.json b/build/config.json index a2df298..1951903 100644 --- a/build/config.json +++ b/build/config.json @@ -1,6 +1,6 @@ { "packageName": "MONEI PHP SDK", - "artifactVersion": "0.1.19", + "artifactVersion": "1.0.0", "gitHost": "github.com", "gitUserId": "monei", "gitRepoId": "monei-php-sdk" diff --git a/build/package.json b/build/package.json index 57ea7fe..83494f6 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-php-sdk", - "version": "0.1.19", + "version": "1.0.0", "description": "MONEI PHP SDK", "author": "monei", "scripts": { diff --git a/lib/Configuration.php b/lib/Configuration.php index 5803a7b..bd38401 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -88,7 +88,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/0.1.19/PHP'; + protected $userAgent = 'OpenAPI-Generator/1.0.0/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.1.0' . PHP_EOL; - $report .= ' SDK Package Version: 0.1.19' . PHP_EOL; + $report .= ' SDK Package Version: 1.0.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/MoneiClient.php b/lib/MoneiClient.php index 84b31d4..f5afa22 100644 --- a/lib/MoneiClient.php +++ b/lib/MoneiClient.php @@ -32,7 +32,7 @@ class MoneiClient /** * SDK Version. */ - const SDK_VERSION = '0.1.19'; + const SDK_VERSION = '1.0.0'; /** * @var Configuration