From a8589ade8f80fc5d3c6e0160ad386fd804e867fe Mon Sep 17 00:00:00 2001 From: shimingxy Date: Fri, 14 Feb 2025 08:50:24 +0800 Subject: [PATCH] 4.1.6 --- gradle.properties | 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 +- .../src/main/resources/application.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 33772f2cb..8e3b67485 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =org.dromara.maxkey -version =4.1.5 +version =4.1.6 vendor =https://www.maxkey.top author =MaxKeyTop githubUrl =https://github.com/dromara/MaxKey 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 703651438..e9529080c 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: 'v4.1.5 GA' + VERSION: 'v4.1.6 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index c34c64b12..ffcd035a5 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: v4.1.5 GA + formatted-version: v4.1.6 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 4a824c77a..8dc41e305 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 =v4.1.5 GA +application.formatted-version =v4.1.6 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 f6bc34a1d..cd69ca05b 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 =v4.1.5 GA +application.formatted-version =v4.1.6 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################ diff --git a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties b/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties index 339423988..9a7e5e8b6 100644 --- a/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey-OpenApi -application.formatted-version =v4.1.5 GA +application.formatted-version =v4.1.6 GA #for dynamic service discovery spring.application.name =maxkey-openapi ############################################################################