From f24539ed4c87c813e5117c44048d529d17fe9577 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Tue, 15 Aug 2023 07:32:23 +0800 Subject: [PATCH] 3.5.19 --- maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts | 2 +- maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts | 2 +- release_frontend_docker.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index 483f88132..e93d70c26 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v3.5.17 GA' + VERSION: 'v3.5.19 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index 81358b166..c95cd216f 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v3.5.17 GA' + VERSION: 'v3.5.19 GA' }; diff --git a/release_frontend_docker.bat b/release_frontend_docker.bat index a2e9b3d65..f049917fd 100644 --- a/release_frontend_docker.bat +++ b/release_frontend_docker.bat @@ -1,6 +1,6 @@ echo off -set MXK_VERSION=3.5.18 +set MXK_VERSION=3.5.19 set MXK_REPOSITORY=maxkeytop set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"