2.0.0-rc.3

pull/270/head
Daniel Scalzi 2023-03-23 21:19:55 -04:00
parent ba265af4e9
commit ac8724c868
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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"