From 2394b83593930d3bd1837a46035c1f12955b9300 Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:19:17 +0800 Subject: [PATCH] bump v4.0.23 --- 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 5d51104..9ff30da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mtranserver", - "version": "4.0.22", + "version": "4.0.23", "type": "module", "description": "Translation server", "main": "./dist/index.js", diff --git a/src/version/index.ts b/src/version/index.ts index 02aa49a..2bac1e3 100644 --- a/src/version/index.ts +++ b/src/version/index.ts @@ -1,4 +1,4 @@ -export const VERSION = '4.0.22'; +export const VERSION = '4.0.23'; export function getVersion(): string { return VERSION; diff --git a/tsoa.json b/tsoa.json index 6ef35d9..227076e 100644 --- a/tsoa.json +++ b/tsoa.json @@ -11,7 +11,7 @@ "spec": { "info": { "title": "MTranServer API", - "version": "4.0.22", + "version": "4.0.23", "description": "Translation server API", "license": { "name": "Apache-2.0" diff --git a/ui/package.json b/ui/package.json index e4e2f16..d56d767 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "ui", "private": true, - "version": "4.0.22", + "version": "4.0.23", "type": "module", "scripts": { "dev": "vite",