diff --git a/package.json b/package.json index 0c6bea249..9844b66fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tari-universe", "private": true, - "version": "0.8.9", + "version": "0.8.13", "type": "module", "scripts": { "dev": "vite dev --mode development", @@ -64,4 +64,4 @@ "typescript-eslint": "^8.16.0", "vite": "^5.4.11" } -} +} \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 34c36a080..e2739c775 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6649,7 +6649,7 @@ dependencies = [ [[package]] name = "tari-universe" -version = "0.8.9" +version = "0.8.13" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 63d0a5101..8bd467435 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.9" +version = "0.8.13" # 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 248675bdc..a4797db76 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.2", + "sha-p2pool": "=0.15.3", "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 5e0f7aa71..34412b503 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.2", + "sha-p2pool": "=0.15.3", "xtrgpuminer": "=0.2.10", "tor": "=13.5.7" } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 27ac7935c..e9c91a718 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.9" + "version": "0.8.13" }, "tauri": { "systemTray": {