Skip to content

Commit f4e8402

Browse files
chore: release v3.1.1
1 parent b090cfd commit f4e8402

File tree

8 files changed

+51
-50
lines changed

8 files changed

+51
-50
lines changed

assets/ai.js

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/pdfjs.js

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

assets/pdfjs.worker.js

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "johannschopplich/kirby-copilot",
33
"description": "AI-powered content generation for Kirby CMS",
44
"type": "kirby-plugin",
5-
"version": "3.1.0",
5+
"version": "3.1.1",
66
"keywords": [
77
"ai",
88
"content",

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.

index.js

Lines changed: 27 additions & 27 deletions
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-copilot",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"private": true,
66
"packageManager": "pnpm@10.28.0",
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-copilot',
4-
'pretty_version' => '3.1.0',
5-
'version' => '3.1.0.0',
4+
'pretty_version' => '3.1.1',
5+
'version' => '3.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-copilot' => array(
23-
'pretty_version' => '3.1.0',
24-
'version' => '3.1.0.0',
23+
'pretty_version' => '3.1.1',
24+
'version' => '3.1.1.0',
2525
'reference' => null,
2626
'type' => 'kirby-plugin',
2727
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)