mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-06 13:40:28 +08:00
bump 4.0.33
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mtranserver",
|
||||
"version": "4.0.32",
|
||||
"version": "4.0.33",
|
||||
"type": "module",
|
||||
"description": "Translation server",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const VERSION = '4.0.32';
|
||||
export const VERSION = '4.0.33';
|
||||
|
||||
export function getVersion(): string {
|
||||
return VERSION;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"spec": {
|
||||
"info": {
|
||||
"title": "MTranServer API",
|
||||
"version": "4.0.32",
|
||||
"version": "4.0.33",
|
||||
"description": "Translation server API",
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ui",
|
||||
"private": true,
|
||||
"version": "4.0.32",
|
||||
"version": "4.0.33",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user