From 94b81d8b5d10b61bfd02b9819ee93954ee9aa8b8 Mon Sep 17 00:00:00 2001 From: Hugues Tavernier Date: Wed, 8 May 2024 22:08:41 +0200 Subject: [PATCH] change vite-plugin-symfony package.json version --- src/vite-bundle/src/PentatrionViteBundle.php | 2 +- src/vite-plugin-symfony/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vite-bundle/src/PentatrionViteBundle.php b/src/vite-bundle/src/PentatrionViteBundle.php index 189d9d9a..405833a4 100644 --- a/src/vite-bundle/src/PentatrionViteBundle.php +++ b/src/vite-bundle/src/PentatrionViteBundle.php @@ -6,5 +6,5 @@ class PentatrionViteBundle extends Bundle { - public const VERSION = ['6.4.4', 6, 4, 4]; + public const VERSION = ['6.4.5', 6, 4, 5]; } diff --git a/src/vite-plugin-symfony/package.json b/src/vite-plugin-symfony/package.json index ee04810a..7f736c07 100644 --- a/src/vite-plugin-symfony/package.json +++ b/src/vite-plugin-symfony/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-symfony", - "version": "6.4.4", + "version": "6.4.5", "description": "A Vite plugin to integrate easily Vite in your Symfony application", "main": "dist/index.js", "exports": {