Bump version to 0.4.7
Some checks failed
Release / build-and-release (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-03-01 08:24:40 -05:00
parent fb92cfc12c
commit 4328c2f929
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
**Stockage :** SQLite local (tauri-plugin-sql) **Stockage :** SQLite local (tauri-plugin-sql)
**Langues supportées :** Français (FR) et Anglais (EN) **Langues supportées :** Français (FR) et Anglais (EN)
**Plateformes :** Windows, Linux **Plateformes :** Windows, Linux
**Version actuelle :** 0.4.6 **Version actuelle :** 0.4.7
--- ---

View file

@ -1,7 +1,7 @@
{ {
"name": "simpl_result_scaffold", "name": "simpl_result_scaffold",
"private": true, "private": true,
"version": "0.4.6", "version": "0.4.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Simpl Resultat", "productName": "Simpl Resultat",
"version": "0.4.6", "version": "0.4.7",
"identifier": "com.simpl.resultat", "identifier": "com.simpl.resultat",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",