Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Sep 10, 2024
1 parent f010ea7 commit 3c77bfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
* @property-read array $cpNavItem
* @property-read mixed $settingsResponse
*/
class Plugin extends BasePlugin
class
Plugin extends BasePlugin
{
/**
* @inheritDoc
Expand All @@ -69,7 +70,7 @@ class Plugin extends BasePlugin
/**
* @inheritDoc
*/
public string $schemaVersion = '4.0.0.1';
public string $schemaVersion = '4.0.0.2';

/**
* @inheritDoc
Expand Down

0 comments on commit 3c77bfe

Please sign in to comment.