Skip to content

Commit

Permalink
2.0.4 - Harden Java discovery logic, Electron 24.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Apr 13, 2023
1 parent 9e26b28 commit d89b270
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.0.3",
"version": "2.0.4",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
Expand Down Expand Up @@ -32,15 +32,15 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.3",
"helios-core": "~2.0.4",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
"semver": "^7.4.0"
},
"devDependencies": {
"electron": "^23.2.1",
"electron": "^24.1.1",
"electron-builder": "^23.6.0",
"eslint": "^8.37.0"
"eslint": "^8.38.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d89b270

Please sign in to comment.