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 2fb7019
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 2fb7019

Please sign in to comment.