Skip to content

Commit 890e974

Browse files
chore: release v2.1.1
1 parent e193e90 commit 890e974

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "johannschopplich/kirby-seo-audit",
33
"description": "State-of-the-art SEO analysis for Kirby CMS",
44
"type": "kirby-plugin",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"keywords": [
77
"getkirby",
88
"kirby",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kirby-seo-audit",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"private": true,
66
"packageManager": "pnpm@10.12.3",
77
"scripts": {

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'johannschopplich/kirby-seo-audit',
4-
'pretty_version' => '2.1.0',
5-
'version' => '2.1.0.0',
4+
'pretty_version' => '2.1.1',
5+
'version' => '2.1.1.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -20,8 +20,8 @@
2020
'dev_requirement' => false,
2121
),
2222
'johannschopplich/kirby-seo-audit' => array(
23-
'pretty_version' => '2.1.0',
24-
'version' => '2.1.0.0',
23+
'pretty_version' => '2.1.1',
24+
'version' => '2.1.1.0',
2525
'reference' => null,
2626
'type' => 'kirby-plugin',
2727
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)