Skip to content

Commit a254989

Browse files
committed
chore: version bump 0.9.8
1 parent c834753 commit a254989

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tari-universe",
33
"private": true,
4-
"version": "0.9.7",
4+
"version": "0.9.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --mode development",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tari Universe"
44
edition = "2021"
55
name = "tari-universe"
66
repository = "https://github.com/tari-project/universe"
7-
version = "0.9.7"
7+
version = "0.9.8"
88

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

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.7",
2+
"version": "0.9.8",
33
"productName": "Tari Universe (Alpha)",
44
"mainBinaryName": "Tari Universe (Alpha)",
55
"identifier": "com.tari.universe.alpha",

0 commit comments

Comments
 (0)