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 293fe94 commit ee4c498Copy full SHA for ee4c498
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "isaeken/laravel-theme-system",
3
- "version": "v2.1",
+ "version": "v2.2",
4
"description": "Theme system for Laravel",
5
"keywords": [
6
"theme",
src/ThemeSystem.php
@@ -12,7 +12,7 @@ class ThemeSystem
12
13
public const PackageName = 'isaeken/laravel-theme-system';
14
15
- public const Version = 'v2.1';
+ public const Version = 'v2.2';
16
17
public const CommandPrefix = 'themes:';
18
0 commit comments