File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
maxkey-web-app/src/app/shared
maxkey-web-mgt-app/src/app/shared
maxkey-gataway/src/main/resources
maxkey-web-maxkey/src/main/resources
maxkey-web-mgt/src/main/resources
maxkey-web-openapi/src/main/resources Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
# */
16
16
# maxkey properties
17
17
group =org.dromara.maxkey
18
- version =4.1.4
18
+ version =4.1.5
19
19
vendor =https://www.maxkey.top
20
20
author =MaxKeyTop
21
21
githubUrl =https://github.com/dromara/MaxKey
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ export const CONSTS = {
26
26
REDIRECT_URI : 'redirect_uri' ,
27
27
REMEMBER : 'remember_me' ,
28
28
TOKEN : '_token' ,
29
- VERSION : 'v4.1.4 GA'
29
+ VERSION : 'v4.1.5 GA'
30
30
} ;
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ export const CONSTS = {
19
19
INST : 'inst' ,
20
20
REDIRECT_URI : 'redirect_uri' ,
21
21
REMEMBER : 'remember' ,
22
- VERSION : 'v4.1.4 GA'
22
+ VERSION : 'v4.1.5 GA'
23
23
} ;
Original file line number Diff line number Diff line change 1
1
# 端口号
2
2
application :
3
3
name : maxkey-gateway-server
4
- formatted-version : v4.1.4 GA
4
+ formatted-version : v4.1.5 GA
5
5
server :
6
6
port : 9000
7
7
spring :
Original file line number Diff line number Diff line change 16
16
# MaxKey Title and Version #
17
17
# ###########################################################################
18
18
application.title =MaxKey
19
- application.formatted-version =v4.1.4 GA
19
+ application.formatted-version =v4.1.5 GA
20
20
# for dynamic service discovery
21
21
spring.application.name =maxkey
22
22
# ###########################################################################
Original file line number Diff line number Diff line change 16
16
# MaxKey Title and Version #
17
17
# ###########################################################################
18
18
application.title =MaxKey-Mgt
19
- application.formatted-version =v4.1.4 GA
19
+ application.formatted-version =v4.1.5 GA
20
20
# for dynamic service discovery
21
21
spring.application.name =maxkey-mgt
22
22
# ###########################################################################
Original file line number Diff line number Diff line change 16
16
# MaxKey Title and Version #
17
17
# ###########################################################################
18
18
application.title =MaxKey-OpenApi
19
- application.formatted-version =v4.1.4 GA
19
+ application.formatted-version =v4.1.5 GA
20
20
# for dynamic service discovery
21
21
spring.application.name =maxkey-openapi
22
22
# ###########################################################################
You can’t perform that action at this time.
0 commit comments