Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 5, 2024
1 parent be93d23 commit a3c14fe
Show file tree
Hide file tree
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
Expand Up @@ -4,7 +4,7 @@
"name": "José Sánchez-Gallego",
"email": "[email protected]"
},
"version": "0.4.2",
"version": "0.4.3",
"description": "SDSS observer graphical user interface",
"repository": "github:albireox/boson",
"homepage": "https://github.com/albireox/boson",
Expand Down
1 change: 1 addition & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export async function createWindow(windowName: WindowNames) {
menuBuilder.buildMenu();

loadEvents();
new AppUpdater();
}

// Open urls in the user's browser
Expand Down

0 comments on commit a3c14fe

Please sign in to comment.