Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 10, 2025
1 parent 845d892 commit c7cd20b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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-live-preview",
"description": "Real-time page preview in the Kirby Panel",
"type": "kirby-plugin",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"content",
"kirby",
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 index.css

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

2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kirby-live-preview",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"packageManager": "pnpm@9.15.1",
"scripts": {
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-live-preview',
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'johannschopplich/kirby-live-preview' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit c7cd20b

Please sign in to comment.