Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
albireox committed Apr 5, 2024
1 parent be93d23 commit a3c14fe
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"name": "José Sánchez-Gallego",
"email": "gallegoj@uw.edu"
},
"version": "0.4.2",
"version": "0.4.3",
"description": "SDSS observer graphical user interface",
"repository": "github:albireox/boson",
"homepage": "https://github.com/albireox/boson",
1 change: 1 addition & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
@@ -165,6 +165,7 @@ export async function createWindow(windowName: WindowNames) {
menuBuilder.buildMenu();

loadEvents();
new AppUpdater();
}

// Open urls in the user's browser

0 comments on commit a3c14fe

Please sign in to comment.