From f88f03c654c5581b07fac98e15ff2f806af87829 Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:08:28 +0800 Subject: [PATCH] bump v4.0.17 --- package.json | 4 ++-- src/version/index.ts | 2 +- tsoa.json | 2 +- ui/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3d137a9..c590cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mtranserver", - "version": "4.0.13", + "version": "4.0.17", "type": "module", "description": "Translation server", "main": "./dist/index.js", @@ -57,4 +57,4 @@ "engines": { "node": ">=18.0.0" } -} \ No newline at end of file +} diff --git a/src/version/index.ts b/src/version/index.ts index 29456d4..f3649c3 100644 --- a/src/version/index.ts +++ b/src/version/index.ts @@ -1,4 +1,4 @@ -export const VERSION = '4.0.13'; +export const VERSION = '4.0.17'; export function getVersion(): string { return VERSION; diff --git a/tsoa.json b/tsoa.json index b6804c2..a70c995 100644 --- a/tsoa.json +++ b/tsoa.json @@ -11,7 +11,7 @@ "spec": { "info": { "title": "MTranServer API", - "version": "4.0.13", + "version": "4.0.17", "description": "Translation server API", "license": { "name": "Apache-2.0" diff --git a/ui/package.json b/ui/package.json index 43c38f7..3e81b63 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "ui", "private": true, - "version": "4.0.13", + "version": "4.0.17", "type": "module", "scripts": { "dev": "vite",