From d1d40a72c8fddb9e1b66ea3bda2c65a1605e2fd8 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Tue, 17 Jun 2025 16:20:26 +0200 Subject: [PATCH] version: bump to 2.2.0-beta.2 --- CHANGELOG.md | 2 +- Cargo.lock | 12 ++++++------ src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- swap/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f5bdd7..94839bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.2.0-beta] - 2025-06-17 +## [2.2.0-beta.2] - 2025-06-17 - We now call Monero function directly (via FFI bindings) instead of using `monero-wallet-rpc`. - ASB: Since we don't communicate with `monero-wallet-rpc` anymore, the Monero wallet's will no longer be accessible by connecting to it. If you are using the asb-docker-compose setup, run this command to migrate the wallet files from the volume of the monero-wallet-rpc container to the volume of the asb container: diff --git a/Cargo.lock b/Cargo.lock index e715d286..b726a1e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6516,9 +6516,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.73" +version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ "bitflags 2.9.1", "cfg-if", @@ -6548,9 +6548,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.109" +version = "0.9.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" dependencies = [ "cc", "libc", @@ -9445,7 +9445,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "swap" -version = "2.2.0-beta" +version = "2.2.0-beta.2" dependencies = [ "anyhow", "arti-client", @@ -11959,7 +11959,7 @@ dependencies = [ [[package]] name = "unstoppableswap-gui-rs" -version = "2.2.0-beta" +version = "2.2.0-beta.2" dependencies = [ "anyhow", "rustls 0.23.27", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4482ed69..921f8f82 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unstoppableswap-gui-rs" -version = "2.2.0-beta" +version = "2.2.0-beta.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 829e0b4d..364eb4d3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "UnstoppableSwap", - "version": "2.2.0-beta", + "version": "2.2.0-beta.2", "identifier": "net.unstoppableswap.gui", "build": { "devUrl": "http://localhost:1420", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index f6c53591..80cda6d6 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swap" -version = "2.2.0-beta" +version = "2.2.0-beta.2" authors = ["The COMIT guys "] edition = "2021" description = "XMR/BTC trustless atomic swaps."