diff --git a/gradle.properties b/gradle.properties
index 4ca527ba..692badf4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@
# */
#maxkey properties
group =net.maxsso
-version =3.5.11
+version =3.5.12
vendor =https://www.maxkey.top
author =MaxKeyTop
diff --git a/images/maxkey_mgt_apps.png b/images/maxkey_mgt_apps.png
index 7600023e..84e78b8a 100644
Binary files a/images/maxkey_mgt_apps.png and b/images/maxkey_mgt_apps.png differ
diff --git a/images/maxkey_mgt_users.png b/images/maxkey_mgt_users.png
index 39cf1eb3..79ee6292 100644
Binary files a/images/maxkey_mgt_users.png and b/images/maxkey_mgt_users.png differ
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 9c1c32fe..3c68083a 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.11 GA'
+ VERSION: 'v3.5.12 GA'
};
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/apps/apps.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/apps/apps.component.html
index 954797dd..822e6ad6 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/apps/apps.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/apps/apps.component.html
@@ -144,7 +144,7 @@
- {{ 'mxk.apps.resources' | i18n
}}
- - {{ 'mxk.text.delete' | i18n }}
+ - {{ 'mxk.text.delete' | i18n }}
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 40a7115f..f480db22 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.11 GA'
+ VERSION: 'v3.5.12 GA'
};
diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml
index 72045fd9..25d80d88 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.11 GA
+ formatted-version: v3.5.12 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 0b2b42b2..bbfcbbbb 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.11 GA
+application.formatted-version =v3.5.12 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 72a5cd41..f96d61a6 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.11 GA
+application.formatted-version =v3.5.12 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################