From d491452fb3756abfba3ee505cc2983484f8bb3f7 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Thu, 26 Jun 2025 10:53:07 +0200 Subject: [PATCH] bump: version to 2.3.2 --- Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- swap/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfc11c65..97d23cad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9702,7 +9702,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "swap" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "arti-client", @@ -12253,7 +12253,7 @@ dependencies = [ [[package]] name = "unstoppableswap-gui-rs" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "monero-rpc-pool", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 873703fe..785b109c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unstoppableswap-gui-rs" -version = "2.3.1" +version = "2.3.2" authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cabb3ce1..ef6fa2fd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "UnstoppableSwap", - "version": "2.3.1", + "version": "2.3.2", "identifier": "net.unstoppableswap.gui", "build": { "devUrl": "http://localhost:1420", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index f4bf6820..f4e1e673 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swap" -version = "2.3.1" +version = "2.3.2" authors = ["The COMIT guys "] edition = "2021" description = "XMR/BTC trustless atomic swaps."