Skip to content

Commit

Permalink
Fix: update version number and allow opening of raw.githubusercontent…
Browse files Browse the repository at this point in the history
….com in Tauri configuration file
  • Loading branch information
rEl1cx committed Apr 6, 2023
1 parent 54d5774 commit 75b1b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"package": {
"productName": "SensiMouse",
"version": "0.0.11"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
"window": {
"show": true
},
"shell": {
"open": "^https?://(github.com)"
"open": "^https?://(github.com|raw.githubusercontent.com)"
}
},
"bundle": {
Expand Down

0 comments on commit 75b1b00

Please sign in to comment.