Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Sep 19, 2024
1 parent 8a5978f commit 5a9d630
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tari-universe",
"private": true,
"version": "0.3.8",
"version": "0.3.9-pre.0",
"type": "module",
"scripts": {
"dev": "vite dev --mode development",
Expand Down Expand Up @@ -53,4 +53,4 @@
"typescript-eslint": "^8.5.0",
"vite": "^5.4.5"
}
}
}
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 @@ authors = ["The Tari Development Community"]
description = "Tari Universe"
repository = "https://github.com/tari-project/universe"
license = "BSD-3-Clause"
version = "0.3.8"
version = "0.3.9-pre.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
16 changes: 12 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
},
"package": {
"productName": "Tari Universe",
"version": "0.3.8"
"version": "0.3.9-pre.0"
},
"tauri": {
"systemTray": {
"iconPath": "icons/icon.ico"
},
"updater": {
"active": true,
"endpoints": ["https://raw.githubusercontent.com/tari-project/universe/main/.updater/latest.json"],
"endpoints": [
"https://raw.githubusercontent.com/tari-project/universe/main/.updater/latest.json"
],
"dialog": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYxNUJBOEFEQkQ4RjJBMjYKUldRbUtvKzlyYWhiOFJIUmFFditENVV3d3hRbjNlZm1DMi9aMjluRUpVdHhQTytadTV3ODN3bUMK"
},
Expand Down Expand Up @@ -65,7 +67,13 @@
"active": true,
"targets": "all",
"identifier": "com.tari.universe",
"icon": ["icons/icon.icns", "icons/icon.ico", "icons/icon.png", "icons/StoreLogo.png", "icons/tari.png"],
"icon": [
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/StoreLogo.png",
"icons/tari.png"
],
"copyright": "Copyright (c) 2024 Tari Labs, LLC",
"shortDescription": "Tari Universe is a mining app for Tari.",
"longDescription": "Introducing Tari Universe, the beautifully simple mining app for Tari. Install it on your Mac or PC and start mining Tari with one click.",
Expand All @@ -77,4 +85,4 @@
},
"macOSPrivateApi": true
}
}
}

0 comments on commit 5a9d630

Please sign in to comment.