Skip to content

Commit

Permalink
chore: release v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Aug 21, 2023
1 parent e930a58 commit 4938a8f
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.5",
"version": "4.0.6",
"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.5",
"version": "4.0.6",
"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.5",
"version": "4.0.6",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 4938a8f

Please sign in to comment.