diff --git a/gradle.properties b/gradle.properties index a1fd0c75f..0d7631fea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group =org.maxkey -version =1.4.0.RELEASE +version =1.5.0.RELEASE vendor =https://github.com/shimingxy/MaxKey author =shimingxy #Version For use jar diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index f75cccc38..8ecd59e1e 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -6,7 +6,7 @@ server.port=9521 server.servlet.context-path=/maxkey-mgt application.name=MaxKey-Mgt -application.formatted-version=v1.4.0 GA +application.formatted-version=v1.5.0 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 6c14b8e83..752b6a58a 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -14,7 +14,7 @@ server.ssl.key-store-type=JKS server.servlet.context-path=/maxkey application.name=MaxKey -application.formatted-version=v1.4.0 GA +application.formatted-version=v1.5.0 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views