diff --git a/package-lock.json b/package-lock.json index 809ca4d..b9222e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "fs-extra": "^11.1.0", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0-rc.2", + "helios-core": "~2.0.0-rc.3", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8" @@ -2187,9 +2187,9 @@ } }, "node_modules/helios-core": { - "version": "2.0.0-rc.2", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.2.tgz", - "integrity": "sha512-dZFn8ddhAUBpuatY69OB1s+WOtZpzFtX4dzJFhfqPBhUMtrXDKduEZKeKowR7gRssN6fy7+lYhN8yG+JDCpxIQ==", + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.3.tgz", + "integrity": "sha512-lw8UpWomc3GDsu/oAZgmtC+Uh/XntuSKc9WMoYJeqL9CR5pyaZPdfcSRK8GjEPGyPxl3qdKyiDytuupFFXl8fw==", "dependencies": { "fastq": "^1.15.0", "fs-extra": "^11.1.0", diff --git a/package.json b/package.json index aaefae7..7c20da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helioslauncher", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "productName": "Helios Launcher", "description": "Modded Minecraft Launcher", "author": "Daniel Scalzi (https://github.com/dscalzi/)", @@ -33,7 +33,7 @@ "fs-extra": "^11.1.0", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0-rc.2", + "helios-core": "~2.0.0-rc.3", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8"