Merge remote-tracking branch 'upstream/master'

This commit is contained in:
周游
2021-12-09 09:32:34 +08:00
5 changed files with 12 additions and 11 deletions

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>filepreview</artifactId>
<artifactId>kkFileView-parent</artifactId>
<groupId>cn.keking</groupId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>kkFileView</artifactId>

View File

@ -20,8 +20,8 @@ public class AppBanner implements Banner {
" | < | < | | | | | | | __/ \\ / | | | __/ \\ V V / \n" +
" |_|\\_\\ |_|\\_\\ |_| |_| |_| \\___| \\/ |_| \\___| \\_/\\_/ \n" +
" \n" +
" => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n" +
" => kkFileView :: (v4.0.0) QQ2 :: 484680571\n" +
" => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n" +
" => kkFileView :: (v4.1.0-SNAPSHOT) QQ2 :: 484680571\n" +
" => github :: https://github.com/kekingcn/kkFileView\n" +
" => gitee :: https://gitee.com/kekingcn/file-online-preview\n");
}