From 6625d49eb5d6aa0dbbbcd82c2fb7e61fae73578c Mon Sep 17 00:00:00 2001 From: Cloudmersive <35204726+Cloudmersive@users.noreply.github.com> Date: Fri, 16 Apr 2021 22:12:49 -0700 Subject: [PATCH] 1.7.5 --- README.md | 2 +- composer.json | 2 +- lib/Configuration.php | 4 ++-- packageconfig.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 224989d..8011e96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The validation APIs help you validate data. Check if an E-mail address is real. [Cloudmersive Validation API](https://www.cloudmersive.com/validate-api) provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data. - API version: v1 -- Package version: 1.7.4 +- Package version: 1.7.5 ## Requirements diff --git a/composer.json b/composer.json index ec8b269..b62e190 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudmersive/cloudmersive_validate_api_client", - "version": "1.7.4", + "version": "1.7.5", "description": "", "keywords": [ "swagger", diff --git a/lib/Configuration.php b/lib/Configuration.php index 223ec52..9aa203a 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -88,7 +88,7 @@ class Configuration * * @var string */ - protected $userAgent = 'Swagger-Codegen/1.7.4/php'; + protected $userAgent = 'Swagger-Codegen/1.7.5/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 .= ' OpenAPI Spec Version: v1' . PHP_EOL; - $report .= ' SDK Package Version: 1.7.4' . PHP_EOL; + $report .= ' SDK Package Version: 1.7.5' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/packageconfig.json b/packageconfig.json index 307c917..b1e9b83 100644 --- a/packageconfig.json +++ b/packageconfig.json @@ -1,5 +1,5 @@ { - "artifactVersion": "1.7.4", + "artifactVersion": "1.7.5", "gitUserId": "Cloudmersive", "gitRepoId": "Cloudmersive.APIClient.PHP.Validate", "composerVendorName": "cloudmersive",