diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index b8c9f5a..eb3ba0a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-cli" -version = "0.5.0" +version = "0.5.1" edition = "2021" [[bin]] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 43bac21..984b20b 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-core" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/crates/tauri-app/Cargo.toml b/crates/tauri-app/Cargo.toml index 974d870..521ba2f 100644 --- a/crates/tauri-app/Cargo.toml +++ b/crates/tauri-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-desktop" -version = "0.5.0" +version = "0.5.1" edition = "2021" [lib] diff --git a/crates/tauri-app/tauri.conf.json b/crates/tauri-app/tauri.conf.json index 6b055ed..98e3f4a 100644 --- a/crates/tauri-app/tauri.conf.json +++ b/crates/tauri-app/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "itsgoin", - "version": "0.5.0", + "version": "0.5.1", "identifier": "com.itsgoin.app", "build": { "frontendDist": "../../frontend", diff --git a/website/design.html b/website/design.html index 27d164d..fe8f3f6 100644 --- a/website/design.html +++ b/website/design.html @@ -39,7 +39,7 @@
This is the canonical technical reference for ItsGoin. It describes the vision, the architecture, and the current state of every subsystem — with full implementation detail. This document is versioned; each update records what changed.
Version 0.5.0-beta — April 5, 2026
+Version 0.5.1-beta — April 16, 2026
Multi-identity, export/import, post merge with decryption key. May contain bugs — stable release recommended for daily use.