Skip to content

Commit

Permalink
chore: version bump 0.8.17 (#1249)
Browse files Browse the repository at this point in the history
Description
---
Moving up, we hope
  • Loading branch information
brianp authored Dec 12, 2024
2 parents fe87dc5 + 0f0ade1 commit 864f761
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.8.16",
"version": "0.8.17",
"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.8.16"
version = "0.8.17"

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

Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.16",
"version": "0.8.17",
"productName": "Tari Universe (Alpha)",
"mainBinaryName": "Tari Universe (Alpha)",
"identifier": "com.tari.universe.alpha",
Expand All @@ -11,7 +11,7 @@
},
"bundle": {
"active": true,
"targets": ["deb", "rpm", "appimage", "msi", "dmg"],
"targets": "all",
"macOS": {
"providerShortName": "Tari Labs, LLC"
},
Expand Down

0 comments on commit 864f761

Please sign in to comment.