Skip to content

Commit 55c3d39

Browse files
committed
chore(release): version 0.50.2
1 parent 2c96a54 commit 55c3d39

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.50.1",
2+
"version": "0.50.2",
33
"private": true,
44
"license": "MIT",
55
"packageManager": "[email protected]",

xmcl-electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "xmcl",
33
"private": true,
44
"main": "./index.js",
5-
"version": "0.50.1",
5+
"version": "0.50.2",
66
"author": "ci010 <[email protected]>",
77
"description": "X Minecraft Launcher - A modern Minecraft launcher",
88
"license": "MIT",

xmcl-keystone-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"productName": "xmcl",
6-
"version": "0.48.0",
6+
"version": "0.48.1",
77
"author": "ci010 <[email protected]>",
88
"description": "X Minecraft Launcher - A modern Minecraft launcher",
99
"license": "MIT",

xmcl-runtime-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/runtime-api",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"author": "ci010 <[email protected]>",
55
"description": "Shared API for between launcher renderer & main process",
66
"license": "MIT",

xmcl-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xmcl/runtime",
33
"private": true,
4-
"version": "0.47.0",
4+
"version": "0.47.1",
55
"author": "ci010 <[email protected]>",
66
"description": "The runtime for x minecraft launcher in nodejs",
77
"license": "MIT",

0 commit comments

Comments
 (0)