From 91ec5fbadbf2def1ed68fbad1636de0443df6228 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 16 Sep 2026 19:22:38 +0300 Subject: [PATCH] chore(release): 0.2.0 Both ML-DSA accounts from every phrase with no scheme choice (#65), several wallets open at once (#66), and accounts added to an existing wallet (#67). Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_014ftBXYuba8ARhQeF74oUgW --- Cargo.toml | 2 +- crates/wallet-app/tauri.conf.json | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7cd165..007f4cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" members = ["crates/*"] [workspace.package] -version = "0.1.0" +version = "0.2.0" edition = "2024" rust-version = "1.88" license = "GPL-3.0-or-later" diff --git a/crates/wallet-app/tauri.conf.json b/crates/wallet-app/tauri.conf.json index f854f7c..1c8f7af 100644 --- a/crates/wallet-app/tauri.conf.json +++ b/crates/wallet-app/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "blackbeard-wallet", - "version": "0.1.0", + "version": "0.2.0", "identifier": "cafe.lair.blackbeard.wallet", "build": { "frontendDist": "../../ui/dist", diff --git a/ui/package.json b/ui/package.json index cf2744a..9e81009 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "wallet-ui", "private": true, - "version": "0.1.0", + "version": "0.2.0", "type": "module", "packageManager": "pnpm@10.30.3", "scripts": {