mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
bump v4.0.26
This commit is contained in:
22
package.json
22
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mtranserver",
|
||||
"version": "4.0.25",
|
||||
"version": "4.0.26",
|
||||
"type": "module",
|
||||
"description": "Translation server",
|
||||
"main": "./dist/index.js",
|
||||
@@ -95,7 +95,10 @@
|
||||
"mac": {
|
||||
"target": {
|
||||
"target": "dmg",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
"icon": "images/icon.icns"
|
||||
},
|
||||
@@ -107,15 +110,24 @@
|
||||
"target": [
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon": "images/icon.png"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const VERSION = '4.0.25';
|
||||
export const VERSION = '4.0.26';
|
||||
|
||||
export function getVersion(): string {
|
||||
return VERSION;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"spec": {
|
||||
"info": {
|
||||
"title": "MTranServer API",
|
||||
"version": "4.0.25",
|
||||
"version": "4.0.26",
|
||||
"description": "Translation server API",
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ui",
|
||||
"private": true,
|
||||
"version": "4.0.25",
|
||||
"version": "4.0.26",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user