Skip to content

Commit 9f64fc9

Browse files
author
arnoson
committed
chore: release v5.3.1
1 parent e46570e commit 9f64fc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arnoson/kirby-vite",
33
"description": "Vite helper for Kirby CMS",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"type": "kirby-plugin",
66
"license": "MIT",
77
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.3.0",
2+
"version": "5.3.1",
33
"scripts": {
44
"test": "composer run test",
55
"release": "bumpp",

packages/vite-plugin-kirby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-kirby",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)