diff --git a/package.json b/package.json index 9844b66fa..b7dce2807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tari-universe", "private": true, - "version": "0.8.13", + "version": "0.8.14", "type": "module", "scripts": { "dev": "vite dev --mode development", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e2739c775..58f84ea23 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6649,7 +6649,7 @@ dependencies = [ [[package]] name = "tari-universe" -version = "0.8.13" +version = "0.8.14" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8bd467435..bd8f2e8a2 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.8.13" +version = "0.8.14" # 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 a4797db76..ea9990422 100644 --- a/src-tauri/binaries_versions_esmeralda.json +++ b/src-tauri/binaries_versions_esmeralda.json @@ -4,7 +4,7 @@ "mmproxy": "=1.9.1-pre.0", "minotari_node": "=1.9.1-pre.0", "wallet": "=1.9.1-pre.0", - "sha-p2pool": "=0.15.3", + "sha-p2pool": "=0.15.4", "xtrgpuminer": "=0.2.10", "tor": "=13.5.7" } diff --git a/src-tauri/binaries_versions_nextnet.json b/src-tauri/binaries_versions_nextnet.json index 34412b503..3ce5a4b90 100644 --- a/src-tauri/binaries_versions_nextnet.json +++ b/src-tauri/binaries_versions_nextnet.json @@ -4,7 +4,7 @@ "mmproxy": "=1.9.1-rc.0", "minotari_node": "=1.9.1-rc.0", "wallet": "=1.9.1-rc.0", - "sha-p2pool": "=0.15.3", + "sha-p2pool": "=0.15.4", "xtrgpuminer": "=0.2.10", "tor": "=13.5.7" } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e9c91a718..e2be4abdc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Tari Universe (Alpha)", - "version": "0.8.13" + "version": "0.8.14" }, "tauri": { "systemTray": {