diff --git a/CLAUDE.md b/CLAUDE.md index 1f805e3..bc34a6e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,7 +9,7 @@ **Stockage :** SQLite local (tauri-plugin-sql) **Langues supportées :** Français (FR) et Anglais (EN) **Plateformes :** Windows, Linux -**Version actuelle :** 0.4.5 +**Version actuelle :** 0.4.6 --- diff --git a/package.json b/package.json index 7cb253c..1d88f60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simpl_result_scaffold", "private": true, - "version": "0.4.5", + "version": "0.4.6", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7f95f8d..93e540f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Simpl Resultat", - "version": "0.4.5", + "version": "0.4.6", "identifier": "com.simpl.resultat", "build": { "beforeDevCommand": "npm run dev",