version 0.0.3

This commit is contained in:
bastien
2026-07-09 22:06:54 +02:00
parent bac9b0a1e5
commit 47bed5a5ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "The skeleton application for the Laravel framework.", "description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"version": "0.0.2", "version": "0.0.3",
"require": { "require": {
"php": "^8.3", "php": "^8.3",
"inertiajs/inertia-laravel": "^2.0", "inertiajs/inertia-laravel": "^2.0",
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://www.schemastore.org/package.json", "$schema": "https://www.schemastore.org/package.json",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "0.0.2", "version": "0.0.3",
"scripts": { "scripts": {
"prod": "vite build", "prod": "vite build",
"dev": "vite" "dev": "vite"