diff --git a/composer.json b/composer.json index 26695dc..0c02349 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "bnomei/kirby3-robots-txt", "type": "kirby-plugin", "description": "Manage a virtual robots.txt from the Kirby config file", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "authors": [ { diff --git a/composer.lock b/composer.lock index 0dcd620..e09a1bc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c347a2eb190dacd0172a3889cd3e9b7f", + "content-hash": "3b20e3e0120a9939f2518a5fcc2e9e97", "packages": [ { "name": "getkirby/composer-installer", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index ad0d8dd..8eda763 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'bnomei/kirby3-robots-txt', - 'pretty_version' => '5.0.0', - 'version' => '5.0.0.0', + 'pretty_version' => '5.0.1', + 'version' => '5.0.1.0', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -11,8 +11,8 @@ ), 'versions' => array( 'bnomei/kirby3-robots-txt' => array( - 'pretty_version' => '5.0.0', - 'version' => '5.0.0.0', + 'pretty_version' => '5.0.1', + 'version' => '5.0.1.0', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',