Skip to content

Commit

Permalink
chore(release): version bump to 0.9.5 (#1468)
Browse files Browse the repository at this point in the history
Description
---
Onwards and upwards
  • Loading branch information
brianp authored Feb 4, 2025
2 parents 87e7846 + cbe7034 commit 01bfd25
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tari-universe",
"private": true,
"version": "0.9.4",
"version": "0.9.5",
"type": "module",
"scripts": {
"dev": "vite dev --mode development",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tari Universe"
edition = "2021"
name = "tari-universe"
repository = "https://github.com/tari-project/universe"
version = "0.9.4"
version = "0.9.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/binaries_versions_esmeralda.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"mmproxy": "=1.11.1-pre.1",
"minotari_node": "=1.11.1-pre.1",
"wallet": "=1.11.1-pre.1",
"sha-p2pool": "=0.22.0",
"sha-p2pool": "=0.22.1",
"xtrgpuminer": "=0.2.12",
"tor": "=13.5.7"
}
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/binaries_versions_nextnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"mmproxy": "=1.11.1-rc.1",
"minotari_node": "=1.11.1-rc.1",
"wallet": "=1.11.1-rc.1",
"sha-p2pool": "=0.22.0",
"sha-p2pool": "=0.22.1",
"xtrgpuminer": "=0.2.12",
"tor": "=13.5.7"
}
Expand Down
1 change: 0 additions & 1 deletion src-tauri/src/p2pool_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ impl ProcessAdapter for P2poolAdapter {
squad_prefix = "mini";
num_squads = 1;
}

}
args.push(squad_prefix.to_string());
args.push("--num-squads".to_string());
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.4",
"version": "0.9.5",
"productName": "Tari Universe (Alpha)",
"mainBinaryName": "Tari Universe (Alpha)",
"identifier": "com.tari.universe.alpha",
Expand Down

0 comments on commit 01bfd25

Please sign in to comment.