diff --git a/CHANGELOG.fr.md b/CHANGELOG.fr.md index 746e13f..2e21ae9 100644 --- a/CHANGELOG.fr.md +++ b/CHANGELOG.fr.md @@ -2,6 +2,8 @@ ## [Non publié] +## [0.6.1] + ### Ajouté - Page historique des versions : historique complet accessible depuis les Paramètres à tout moment - Changelog bilingue : les notes de version s'affichent dans la langue choisie par l'utilisateur (FR/EN) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a99e1..12f0ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.6.1] + ### Added - Changelog page: full version history accessible from Settings at any time - Bilingual changelog: release notes displayed in the user's selected language (EN/FR) diff --git a/package.json b/package.json index 3c64359..b1ebbbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simpl_result_scaffold", "private": true, - "version": "0.6.0", + "version": "0.6.1", "license": "GPL-3.0-only", "type": "module", "scripts": { diff --git a/public/CHANGELOG.fr.md b/public/CHANGELOG.fr.md index 746e13f..2e21ae9 100644 --- a/public/CHANGELOG.fr.md +++ b/public/CHANGELOG.fr.md @@ -2,6 +2,8 @@ ## [Non publié] +## [0.6.1] + ### Ajouté - Page historique des versions : historique complet accessible depuis les Paramètres à tout moment - Changelog bilingue : les notes de version s'affichent dans la langue choisie par l'utilisateur (FR/EN) diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 02a99e1..12f0ef8 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.6.1] + ### Added - Changelog page: full version history accessible from Settings at any time - Bilingual changelog: release notes displayed in the user's selected language (EN/FR) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 668e650..3c2b5c8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simpl-result" -version = "0.4.4" +version = "0.6.1" description = "Personal finance management app" license = "GPL-3.0-only" authors = ["you"] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 572add8..f277e9e 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.6.0", + "version": "0.6.1", "identifier": "com.simpl.resultat", "build": { "beforeDevCommand": "npm run dev",