From f1722315876c871dcdc399df4069b0dfd668b361 Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:27:34 +0800 Subject: [PATCH] bump v4.0.24 --- package.json | 2 +- src/version/index.ts | 2 +- tsoa.json | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 768f384..210cddf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mtranserver", - "version": "4.0.23", + "version": "4.0.24", "type": "module", "description": "Translation server", "main": "./dist/index.js", diff --git a/src/version/index.ts b/src/version/index.ts index 2bac1e3..4114361 100644 --- a/src/version/index.ts +++ b/src/version/index.ts @@ -1,4 +1,4 @@ -export const VERSION = '4.0.23'; +export const VERSION = '4.0.24'; export function getVersion(): string { return VERSION; diff --git a/tsoa.json b/tsoa.json index 227076e..eecabac 100644 --- a/tsoa.json +++ b/tsoa.json @@ -11,7 +11,7 @@ "spec": { "info": { "title": "MTranServer API", - "version": "4.0.23", + "version": "4.0.24", "description": "Translation server API", "license": { "name": "Apache-2.0" diff --git a/ui/package.json b/ui/package.json index d56d767..a5088e0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "ui", "private": true, - "version": "4.0.23", + "version": "4.0.24", "type": "module", "scripts": { "dev": "vite",