diff --git a/package.json b/package.json index 54697b0..2e98aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mtranserver", - "version": "4.0.32", + "version": "4.0.33", "type": "module", "description": "Translation server", "main": "./dist/index.js", diff --git a/src/version/index.ts b/src/version/index.ts index a1ce60b..bd2b2dc 100644 --- a/src/version/index.ts +++ b/src/version/index.ts @@ -1,4 +1,4 @@ -export const VERSION = '4.0.32'; +export const VERSION = '4.0.33'; export function getVersion(): string { return VERSION; diff --git a/tsoa.json b/tsoa.json index 4ebaafb..b345a0c 100644 --- a/tsoa.json +++ b/tsoa.json @@ -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" diff --git a/ui/package.json b/ui/package.json index 0e7b1ab..2d07d09 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "ui", "private": true, - "version": "4.0.32", + "version": "4.0.33", "type": "module", "scripts": { "dev": "vite",