Skip to content

Commit

Permalink
Update Version Number
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hadley <admin@austinh.dev>
  • Loading branch information
ahadley1124 committed Nov 13, 2023
1 parent c653635 commit c5af330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "multi-op-qso-logger",
"version": "0.2.0-0"
"version": "0.2.0-1"
},
"tauri": {
"bundle": {
Expand Down
3 changes: 3 additions & 0 deletions src/window.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const windowLink = window.__TAURI__.window;

new windowLink.Window("Setup-Window", { url: "setup.html" });

0 comments on commit c5af330

Please sign in to comment.