Skip to content

Commit

Permalink
Bump to 4.3.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: 黑嫖233 <heipiao233@outlook.com>
  • Loading branch information
heipiao233 committed Feb 6, 2024
1 parent 1246d26 commit 0de24d6
Show file tree
Hide file tree
Showing 4 changed files with 5 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-beta.1
4.3.0-beta.2
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-beta.1",
"version": "4.3.0-beta.2",
"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-beta.1";
static readonly version = "4.3.0-beta.2";
/**
* Create a new Launcher object.
* @throws {@link FormattedError}
Expand Down

0 comments on commit 0de24d6

Please sign in to comment.