Skip to content

Commit

Permalink
chore(release): v0.5.44
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Oct 22, 2024
1 parent 218c217 commit 45fc749
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.5.43",
"version": "0.5.44",
"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.5.43"
version = "0.5.44"

# 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.7.0-pre.3",
"minotari_node": "=1.7.0-pre.3",
"wallet": "=1.7.0-pre.3",
"sha-p2pool": "=0.6.1",
"sha-p2pool": "=0.6.2",
"xtrgpuminer": "=0.1.17",
"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.7.0-rc.3",
"minotari_node": "=1.7.0-rc.3",
"wallet": "=1.7.0-rc.3",
"sha-p2pool": "=0.6.1",
"sha-p2pool": "=0.6.2",
"xtrgpuminer": "=0.1.17",
"tor": "=13.5.7"
}
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Tari Universe (Alpha)",
"version": "0.5.43"
"version": "0.5.44"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit 45fc749

Please sign in to comment.