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]]
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",

View file

@ -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

View file

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

View file

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