diff --git a/package.json b/package.json index e56635f75..d49268ad2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tari-universe", "private": true, - "version": "0.8.9", + "version": "0.8.12", "type": "module", "scripts": { "dev": "vite dev --mode development", @@ -70,4 +70,4 @@ "typescript-eslint": "^8.17.0", "vite": "^5.4.11" } -} +} \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f533f1303..a37dddf70 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6740,7 +6740,7 @@ dependencies = [ [[package]] name = "tari-universe" -version = "0.8.9" +version = "0.8.12" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 22ea1f3fa..ab0e6a92e 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.12" # 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 6375a5a7a..b98e03e9d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "0.8.9", + "version": "0.8.12", "productName": "Tari Universe (Alpha)", "mainBinaryName": "Tari Universe (Alpha)", "identifier": "com.tari.universe.alpha", @@ -11,7 +11,13 @@ }, "bundle": { "active": true, - "targets": ["deb", "rpm", "appimage", "msi", "dmg"], + "targets": [ + "deb", + "rpm", + "appimage", + "msi", + "dmg" + ], "macOS": { "providerShortName": "Tari Labs, LLC" }, @@ -35,7 +41,11 @@ }, "app": { "security": { - "capabilities": ["desktop-capability", "default", "migrated"], + "capabilities": [ + "desktop-capability", + "default", + "migrated" + ], "csp": null }, "trayIcon": { @@ -72,10 +82,12 @@ "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYxNUJBOEFEQkQ4RjJBMjYKUldRbUtvKzlyYWhiOFJIUmFFditENVV3d3hRbjNlZm1DMi9aMjluRUpVdHhQTytadTV3ODN3bUMK", - "endpoints": ["https://raw.githubusercontent.com/tari-project/universe/main/.updater/alpha-latest.json"], + "endpoints": [ + "https://raw.githubusercontent.com/tari-project/universe/main/.updater/alpha-latest.json" + ], "windows": { "installMode": "passive" } } } -} +} \ No newline at end of file