Skip to content

Commit ea602d9

Browse files
committed
4.1.5
1 parent 4e72231 commit ea602d9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# */
1616
#maxkey properties
1717
group =org.dromara.maxkey
18-
version =4.1.4
18+
version =4.1.5
1919
vendor =https://www.maxkey.top
2020
author =MaxKeyTop
2121
githubUrl =https://github.com/dromara/MaxKey

maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export const CONSTS = {
2626
REDIRECT_URI: 'redirect_uri',
2727
REMEMBER: 'remember_me',
2828
TOKEN: '_token',
29-
VERSION: 'v4.1.4 GA'
29+
VERSION: 'v4.1.5 GA'
3030
};

maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export const CONSTS = {
1919
INST: 'inst',
2020
REDIRECT_URI: 'redirect_uri',
2121
REMEMBER: 'remember',
22-
VERSION: 'v4.1.4 GA'
22+
VERSION: 'v4.1.5 GA'
2323
};

maxkey-webs/maxkey-gataway/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#端口号
22
application:
33
name: maxkey-gateway-server
4-
formatted-version: v4.1.4 GA
4+
formatted-version: v4.1.5 GA
55
server:
66
port: 9000
77
spring:

maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#MaxKey Title and Version #
1717
############################################################################
1818
application.title =MaxKey
19-
application.formatted-version =v4.1.4 GA
19+
application.formatted-version =v4.1.5 GA
2020
#for dynamic service discovery
2121
spring.application.name =maxkey
2222
############################################################################

maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#MaxKey Title and Version #
1717
############################################################################
1818
application.title =MaxKey-Mgt
19-
application.formatted-version =v4.1.4 GA
19+
application.formatted-version =v4.1.5 GA
2020
#for dynamic service discovery
2121
spring.application.name =maxkey-mgt
2222
############################################################################

maxkey-webs/maxkey-web-openapi/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#MaxKey Title and Version #
1717
############################################################################
1818
application.title =MaxKey-OpenApi
19-
application.formatted-version =v4.1.4 GA
19+
application.formatted-version =v4.1.5 GA
2020
#for dynamic service discovery
2121
spring.application.name =maxkey-openapi
2222
############################################################################

0 commit comments

Comments
 (0)