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 Oct 21, 2024
1 parent 552f6f2 commit a0de329
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 = ['7.0.4', 7, 0, 4];
public const VERSION = ['7.0.5', 7, 0, 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": "7.0.4",
"version": "7.0.5",
"description": "A Vite plugin to integrate easily Vite in your Symfony application",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit a0de329

Please sign in to comment.