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 Feb 9, 2024
1 parent 4e18f48 commit ae005d7
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.3.5', 6, 3, 5];
public const VERSION = ['6.3.6', 6, 3, 6];
}
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.3.5",
"version": "6.3.6",
"description": "A Vite plugin to integrate easily Vite in your Symfony application",
"main": "dist/index.js",
"exports": {
Expand Down

0 comments on commit ae005d7

Please sign in to comment.