From 0222eb953844846764e5edb6bdc7c1a06d870043 Mon Sep 17 00:00:00 2001 From: Sergio Compean Date: Fri, 11 Nov 2022 01:05:24 -0500 Subject: [PATCH] fix version --- app/Commands/RenderCommand.php | 2 +- config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Commands/RenderCommand.php b/app/Commands/RenderCommand.php index 34f6424..8dd8270 100644 --- a/app/Commands/RenderCommand.php +++ b/app/Commands/RenderCommand.php @@ -39,7 +39,7 @@ class RenderCommand extends ConsoleCommand * * @var string */ - protected $description = 'Compile a file or directory of files and save the results to file(s).'; + protected $description = 'Compile a file or directory of files and save the results to a file.'; /**Allow arbitrary options to be passed to the command. */ protected bool $arbitraryOptions = true; diff --git a/config/app.php b/config/app.php index adc6512..6ae859d 100755 --- a/config/app.php +++ b/config/app.php @@ -36,7 +36,7 @@ | */ - 'version' => 'v3.0.0', + 'version' => 'v3.1.0', /* |--------------------------------------------------------------------------