bump: version to 2.3.2

This commit is contained in:
Binarybaron 2025-06-26 10:53:07 +02:00
parent e1edcf1998
commit d491452fb3
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -9702,7 +9702,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
[[package]] [[package]]
name = "swap" name = "swap"
version = "2.3.1" version = "2.3.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
@ -12253,7 +12253,7 @@ dependencies = [
[[package]] [[package]]
name = "unstoppableswap-gui-rs" name = "unstoppableswap-gui-rs"
version = "2.3.1" version = "2.3.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"monero-rpc-pool", "monero-rpc-pool",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "unstoppableswap-gui-rs" name = "unstoppableswap-gui-rs"
version = "2.3.1" version = "2.3.2"
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ] authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,6 +1,6 @@
{ {
"productName": "UnstoppableSwap", "productName": "UnstoppableSwap",
"version": "2.3.1", "version": "2.3.2",
"identifier": "net.unstoppableswap.gui", "identifier": "net.unstoppableswap.gui",
"build": { "build": {
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swap" name = "swap"
version = "2.3.1" version = "2.3.2"
authors = ["The COMIT guys <hello@comit.network>"] authors = ["The COMIT guys <hello@comit.network>"]
edition = "2021" edition = "2021"
description = "XMR/BTC trustless atomic swaps." description = "XMR/BTC trustless atomic swaps."