Skip to content

Commit

Permalink
change vite-plugin-symfony package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed May 8, 2024
1 parent deb30ba commit 94b81d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vite-bundle/src/PentatrionViteBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
2 changes: 1 addition & 1 deletion src/vite-plugin-symfony/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 94b81d8

Please sign in to comment.