From 6f84964689c9a56dd167c33c90b7035ccb8042da Mon Sep 17 00:00:00 2001 From: le king fu Date: Sat, 28 Feb 2026 21:27:47 -0500 Subject: [PATCH] Bump version to 0.4.6 Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 2 +- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",