diff --git a/package.json b/package.json index 8de15264f..fc8110fe3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tari-universe", "private": true, - "version": "0.7.6", + "version": "0.7.7", "type": "module", "scripts": { "dev": "vite dev --mode development", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b4fd7850a..a50fff5cf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6586,7 +6586,7 @@ dependencies = [ [[package]] name = "tari-universe" -version = "0.7.6" +version = "0.7.7" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 99e2fb702..fc743277d 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.7.6" +version = "0.7.7" # 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 cc9ed0ae2..a2310c7da 100644 --- a/src-tauri/binaries_versions_esmeralda.json +++ b/src-tauri/binaries_versions_esmeralda.json @@ -5,7 +5,7 @@ "minotari_node": "=1.9.0-pre.0", "wallet": "=1.9.0-pre.0", "sha-p2pool": "=0.11.0", - "xtrgpuminer": "=0.2.2", + "xtrgpuminer": "=0.2.8", "tor": "=13.5.7" } } \ No newline at end of file diff --git a/src-tauri/binaries_versions_nextnet.json b/src-tauri/binaries_versions_nextnet.json index ca9a594b6..29818a245 100644 --- a/src-tauri/binaries_versions_nextnet.json +++ b/src-tauri/binaries_versions_nextnet.json @@ -5,7 +5,7 @@ "minotari_node": "=1.9.0-rc.0", "wallet": "=1.9.0-rc.0", "sha-p2pool": "=0.11.0", - "xtrgpuminer": "=0.2.2", + "xtrgpuminer": "=0.2.8", "tor": "=13.5.7" } } \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bb2fa91f4..c2b9401dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Tari Universe (Alpha)", - "version": "0.7.6" + "version": "0.7.7" }, "tauri": { "systemTray": {