Skip to content

Commit

Permalink
4.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heipiao233 committed Oct 2, 2023
1 parent adbb1df commit 2e6a4a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion locales/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0-alpha.3
4.3.0-beta.1
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmclc",
"version": "4.3.0-alpha.3",
"version": "4.3.0-beta.1",
"description": "Dolphin Minecraft Launcher Core",
"typings": "./lib/index.d.ts",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Launcher {
specialNatives: Record<string, Library>;
};
private realRootPath = "";
static readonly version = "4.3.0-alpha.3";
static readonly version = "4.3.0-beta.1";
/**
* Create a new Launcher object.
* @throws {@link FormattedError}
Expand Down
1 change: 1 addition & 0 deletions src/loaders/quilt/quilt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class QuiltLoader extends FabricLikeLoader<QuiltVersionInfo, QuiltModJson
const info = new ModInfo("quilt", json, this.launcher);
info.data = json;
result.push(info);
await zip.close();
return result;
}
checkMods(mods: ModInfo<QuiltModJson | FabricModJson>[], mc: string, loader: string): ModLoadingIssue[] {
Expand Down

0 comments on commit 2e6a4a8

Please sign in to comment.