diff --git a/package.json b/package.json index 409cfa6ff..515bcc2b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tari-universe", "private": true, - "version": "0.5.58", + "version": "0.5.59", "type": "module", "scripts": { "dev": "vite dev --mode development", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 14a02bd79..aaf3f0066 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6501,7 +6501,7 @@ dependencies = [ [[package]] name = "tari-universe" -version = "0.5.58" +version = "0.5.59" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b7c0bbaef..c95e8e5b6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -4,7 +4,7 @@ description = "Tari Universe" edition = "2021" name = "tari-universe" repository = "https://github.com/tari-project/universe" -version = "0.5.58" +version = "0.5.59" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/binaries_versions_esmeralda.json b/src-tauri/binaries_versions_esmeralda.json index 461eeedf5..742f90f17 100644 --- a/src-tauri/binaries_versions_esmeralda.json +++ b/src-tauri/binaries_versions_esmeralda.json @@ -4,7 +4,7 @@ "mmproxy": "=1.8.0-pre.0", "minotari_node": "=1.8.0-pre.0", "wallet": "=1.8.0-pre.0", - "sha-p2pool": "=0.6.9", + "sha-p2pool": "=0.6.11", "xtrgpuminer": "=0.1.17", "tor": "=13.5.7" } diff --git a/src-tauri/binaries_versions_nextnet.json b/src-tauri/binaries_versions_nextnet.json index 45ebfc377..b6ce42fe3 100644 --- a/src-tauri/binaries_versions_nextnet.json +++ b/src-tauri/binaries_versions_nextnet.json @@ -4,7 +4,7 @@ "mmproxy": "=1.8.0-rc.0", "minotari_node": "=1.8.0-rc.0", "wallet": "=1.8.0-rc.0", - "sha-p2pool": "=0.6.9", + "sha-p2pool": "=0.6.11", "xtrgpuminer": "=0.1.17", "tor": "=13.5.7" } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 70e7a5217..2a8326420 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Tari Universe (Alpha)", - "version": "0.5.58" + "version": "0.5.59" }, "tauri": { "systemTray": {