From 871bc9957b528ee5bd01576f52d45463571b84ff Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 16 Nov 2023 14:32:06 +0100 Subject: [PATCH] chore: release v0.5.1 --- composer.json | 2 +- composer.lock | 2 +- package.json | 2 +- vendor/composer/installed.php | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9a1dcb1..914ac37 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "johannschopplich/kirby-algolia-docsearch", "description": "Algolia DocSearch plugin for Kirby CMS", "type": "kirby-plugin", - "version": "0.5.0", + "version": "0.5.1", "keywords": [ "kirby", "algola", diff --git a/composer.lock b/composer.lock index 8082f8b..ed5ca54 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": "1aec92b64dd5b040e34c6fac89279070", + "content-hash": "390d0cdf26264b709dd2d5cd6194217b", "packages": [ { "name": "algolia/algoliasearch-client-php", diff --git a/package.json b/package.json index 533a705..b4777e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.5.0", + "version": "0.5.1", "scripts": { "release": "npx -y bumpp --all" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 33a630d..657406d 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'johannschopplich/kirby-algolia-docsearch', - 'pretty_version' => '0.5.0', - 'version' => '0.5.0.0', + 'pretty_version' => '0.5.1', + 'version' => '0.5.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -29,8 +29,8 @@ 'dev_requirement' => false, ), 'johannschopplich/kirby-algolia-docsearch' => array( - 'pretty_version' => '0.5.0', - 'version' => '0.5.0.0', + 'pretty_version' => '0.5.1', + 'version' => '0.5.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',