Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leastrio committed Nov 29, 2023
1 parent cf2b740 commit 9e5cb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dolos"
version = "0.1.1"
version = "0.1.2"
description = "Dolos Desktop Application"
default-run = "dolos"
license = "GPLv3"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Dolos",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"updater": {
"active": true,
"endpoints": [
"https://raw.githubusercontent.com/Leastrio/Dolos/release/latest.json"
"https://github.com/Leastrio/Dolos/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNENDdCMzRCQzhENTY2MjMKUldRalp0WElTN05IUFVnaXZROVZuQ0RYWGhtajRYUFVXZ3BrZXhvUkpmUU9nZzRYT0cwbHlzVm8K",
"dialog": true
Expand Down

0 comments on commit 9e5cb70

Please sign in to comment.