Skip to content

Commit

Permalink
chore(release): version 0.47.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 24, 2024
1 parent 503eaba commit 82b7b1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.47.12",
"version": "0.47.13",
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
Expand Down
3 changes: 1 addition & 2 deletions xmcl-electron-app/build/electron-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const config = {
setBuildNumber: true,
},
dmg: {
artifactName: 'xmcl-${version}.${ext}',
artifactName: 'xmcl-${version}-${arch}.${ext}',
contents: [
{
x: 410,
Expand All @@ -67,7 +67,6 @@ export const config = {
arch: ['arm64', 'x64'],
},
],
artifactName: 'xmcl-${version}-${arch}.${ext}',
extendInfo: {
NSMicrophoneUsageDescription: 'A Minecraft mod wants to access your microphone.',
NSCameraUsageDescription: 'Please give us access to your camera',
Expand Down
2 changes: 1 addition & 1 deletion xmcl-electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xmcl",
"private": true,
"main": "./index.js",
"version": "0.47.12",
"version": "0.47.13",
"author": "ci010 <[email protected]>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"productName": "xmcl",
"version": "0.46.9",
"version": "0.46.10",
"author": "ci010 <[email protected]>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xmcl/runtime",
"private": true,
"version": "0.44.12",
"version": "0.44.13",
"author": "ci010 <[email protected]>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit 82b7b1c

Please sign in to comment.