Skip to content

Commit

Permalink
chore: release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 16, 2023
1 parent 9f1395c commit 871bc99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"release": "npx -y bumpp --all"
}
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' => '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__ . '/../../',
Expand All @@ -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__ . '/../../',
Expand Down

0 comments on commit 871bc99

Please sign in to comment.