bump v4.0.23

This commit is contained in:
xxnuo
2026-01-01 17:19:17 +08:00
parent c09ec6b5ac
commit 2394b83593
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mtranserver",
"version": "4.0.22",
"version": "4.0.23",
"type": "module",
"description": "Translation server",
"main": "./dist/index.js",

View File

@@ -1,4 +1,4 @@
export const VERSION = '4.0.22';
export const VERSION = '4.0.23';
export function getVersion(): string {
return VERSION;

View File

@@ -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"

View File

@@ -1,7 +1,7 @@
{
"name": "ui",
"private": true,
"version": "4.0.22",
"version": "4.0.23",
"type": "module",
"scripts": {
"dev": "vite",