From e7fae0a50bad31a07aca73dbf10764af8ad85eca Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 9 Jan 2024 11:31:38 +0100 Subject: [PATCH] 2.1.0 --- config.yaml | 2 +- lib/Configuration.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index db36791..c823a2b 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ invokerPackage: Aternos\ModrinthApi -artifactVersion: 2.0.0 +artifactVersion: 2.1.0 generatorName: php outputDir: . inputSpec: https://docs.modrinth.com/redocusaurus/plugin-redoc-0.yaml \ No newline at end of file diff --git a/lib/Configuration.php b/lib/Configuration.php index feda9f2..17fba2d 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -101,7 +101,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.0.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.1.0/PHP'; /** * Debug switch (default set to false) @@ -434,7 +434,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: v2.7.0/15cf3fc' . PHP_EOL; - $report .= ' SDK Package Version: 2.0.0' . PHP_EOL; + $report .= ' SDK Package Version: 2.1.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;