From cb4c23e3a42919ab1190689f1239bc34917d9e7d Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 24 Feb 2023 18:12:42 +0800 Subject: [PATCH] v3.5.15 --- gradle.properties | 2 +- 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 +- maxkey-webs/maxkey-gataway/src/main/resources/application.yml | 2 +- .../maxkey-web-maxkey/src/main/resources/application.properties | 2 +- .../maxkey-web-mgt/src/main/resources/application.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2db8f32f8..a7f2ef22c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =net.maxsso -version =3.5.14 +version =3.5.15 vendor =https://www.maxkey.top author =MaxKeyTop 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 89ec65f2e..1ed305373 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.14 GA' + VERSION: 'v3.5.15 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 aef8eb0bb..6df7236e6 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.14 GA' + VERSION: 'v3.5.15 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 7dc7a6c5f..f2ac0f380 100644 --- a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml +++ b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml @@ -1,7 +1,7 @@ #端口号 application: name: maxkey-gateway-server - formatted-version: v3.5.14 GA + formatted-version: v3.5.15 GA server: port: 9000 spring: diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index 1c66bcea2..34bdf0168 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey -application.formatted-version =v3.5.14 GA +application.formatted-version =v3.5.15 GA #for dynamic service discovery spring.application.name =maxkey ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index f8b500e28..0cd096deb 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey-Mgt -application.formatted-version =v3.5.14 GA +application.formatted-version =v3.5.15 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################