We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9748d33 commit d3ce6fbCopy full SHA for d3ce6fb
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "isaeken/laravel-theme-system",
3
- "version": "v2.3.1",
+ "version": "v2.4",
4
"description": "Theme system for Laravel",
5
"keywords": [
6
"theme",
src/ThemeSystem.php
@@ -13,7 +13,7 @@ class ThemeSystem
13
14
public const PackageName = 'isaeken/laravel-theme-system';
15
16
- public const Version = 'v2.3';
+ public const Version = 'v2.4';
17
18
public const CommandPrefix = 'themes:';
19
0 commit comments