From 3295430c54a833bf43a98b5aa7905730c4356a0c Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Sat, 25 Mar 2023 18:57:23 -0400 Subject: [PATCH] 2.0.1 - Build is optional in Java versions (esp. Oracle). --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1de8d06..705a752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helioslauncher", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helioslauncher", - "version": "2.0.0", + "version": "2.0.1", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^2.0.8", @@ -18,7 +18,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0", + "helios-core": "~2.0.1", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8" @@ -2186,9 +2186,9 @@ } }, "node_modules/helios-core": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0.tgz", - "integrity": "sha512-KmObKL9JZutHzTp9Pv344Ab7CdYvf0pOhwxjuxw+/QdtJQlmCIrPF7eX9J6I1CUSheIM4lRk76LQbG28H7zqeg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.1.tgz", + "integrity": "sha512-Q9SPHPSi1d7tESlUp2Dt7Pgwla/0kbdXXABOedkOcrk90NpYNQXi/nBBq0bfTFPf0lsASxHK5xUnB9uFGGN77g==", "dependencies": { "fastq": "^1.15.0", "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index ca0f057..753b223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helioslauncher", - "version": "2.0.0", + "version": "2.0.1", "productName": "Helios Launcher", "description": "Modded Minecraft Launcher", "author": "Daniel Scalzi (https://github.com/dscalzi/)", @@ -32,7 +32,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0", + "helios-core": "~2.0.1", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8"