Skip to content

Commit

Permalink
chore: release v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Oct 25, 2023
1 parent f7d404c commit ddae37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arnoson/kirby-vite",
"description": "Vite helper for Kirby CMS",
"version": "4.0.8",
"version": "4.0.9",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.8",
"version": "4.0.9",
"scripts": {
"test": "composer run test",
"release": "bumpp -r",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kirby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-kirby",
"version": "4.0.8",
"version": "4.0.9",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit ddae37d

Please sign in to comment.