diff --git a/composer.json b/composer.json index 15f0307..71f5c31 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package.json b/package.json index fb6e871..ed3d669 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.5", + "version": "4.0.6", "scripts": { "test": "composer run test", "release": "bumpp -r", diff --git a/packages/vite-plugin-kirby/package.json b/packages/vite-plugin-kirby/package.json index a11e978..3a10e8f 100644 --- a/packages/vite-plugin-kirby/package.json +++ b/packages/vite-plugin-kirby/package.json @@ -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",