chore: bump version to 0.3.8
Some checks failed
Release / build-windows (push) Has been cancelled
Release / build-linux (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-02-21 13:31:35 -05:00
parent da47f9976f
commit 3f4e1516a3
4 changed files with 4 additions and 4 deletions

View file

@ -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.3.7
**Version actuelle :** 0.3.8
---

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "simpl-result"
version = "0.3.7"
version = "0.3.8"
description = "Personal finance management app"
authors = ["you"]
edition = "2021"

View file

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