Skip to content

Commit

Permalink
v0.2.4.1-alpha
Browse files Browse the repository at this point in the history
Small fix
  • Loading branch information
FlamesONE committed Nov 4, 2024
1 parent 2ffe8dd commit 99f57d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Core/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final class App
*
* @var string
*/
public const VERSION = '0.2.4-alpha';
public const VERSION = '0.2.4.1-alpha';

/**
* Set the base path of the application
Expand Down
1 change: 1 addition & 0 deletions app/Core/Services/ConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public function getExpectedConfig(): array
"mode" => Expect::string("performance")->required(),
"key" => Expect::string()->required(),
"logo" => Expect::string()->required(),
"favicon" => Expect::string(''),
"bg_image" => Expect::string(''),
"tips" => Expect::bool(false)->required(),
"share" => Expect::bool(true)->required(),
Expand Down

0 comments on commit 99f57d0

Please sign in to comment.