Skip to content

Commit

Permalink
🐛 fix block model loading, thx @iskrisis
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jun 3, 2024
1 parent 51b8a26 commit e7cc02a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/autoloader-for-kirby",
"type": "project",
"version": "4.3.0",
"version": "4.3.1",
"license": "MIT",
"description": "Helper to automatically load various Kirby extensions in a plugin",
"authors": [
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'bnomei/autoloader-for-kirby',
'pretty_version' => '4.3.0',
'version' => '4.3.0.0',
'pretty_version' => '4.3.1',
'version' => '4.3.1.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/autoloader-for-kirby' => array(
'pretty_version' => '4.3.0',
'version' => '4.3.0.0',
'pretty_version' => '4.3.1',
'version' => '4.3.1.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit e7cc02a

Please sign in to comment.