diff --git a/composer.json b/composer.json index b7c7fa5..7bfef6d 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package.json b/package.json index 6dac67b..2475b24 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.8", + "version": "4.0.9", "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 b2a52cc..ca6de9f 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.8", + "version": "4.0.9", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",