From b3a3b0fd4cfed1dfcafd337dd836efcc8c45a1d6 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 9 Jan 2020 08:37:58 +0000 Subject: [PATCH] minor update --- composer.json | 2 +- lib/Configuration.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0d69f16..1b68650 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "aylien/newsapi", - "version": "3.0.1", + "version": "3.1.0", "description": "The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.", "keywords": [ "openapitools", diff --git a/lib/Configuration.php b/lib/Configuration.php index 998c1cb..93faed3 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -88,7 +88,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/3.0.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/3.1.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: 3.0' . PHP_EOL; - $report .= ' SDK Package Version: 3.0.1' . PHP_EOL; + $report .= ' SDK Package Version: 3.1.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;