diff --git a/Dockerfile b/Dockerfile
index ffa171b8..dc112c27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM keking/kkfileview-jdk:4.1.1
MAINTAINER chenjh "842761733@qq.com"
ADD server/target/kkFileView-*.tar.gz /opt/
-ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.2.1/bin
-ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.2.1/config/application.properties","-jar","/opt/kkFileView-4.2.1/bin/kkFileView-4.2.1.jar"]
+ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.3.0-SNAPSHOT/bin
+ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.3.0-SNAPSHOT/config/application.properties","-jar","/opt/kkFileView-4.3.0-SNAPSHOT/bin/kkFileView-4.3.0-SNAPSHOT.jar"]
diff --git a/README.cn.md b/README.cn.md
index 9125a863..0f1acc93 100644
--- a/README.cn.md
+++ b/README.cn.md
@@ -9,18 +9,18 @@
7. 支持 pdf ,ofd, rtf 等文档
8. 支持 xmind 软件模型文件
9. 支持 bpmn 工作流文件
-9. 支持 eml 邮件文件
-10. 支持 epub 图书文档
-10. 支持 obj, 3ds, stl, ply, gltf, glb, off, 3dm, fbx, dae, wrl, 3mf, ifc, brep, step, iges, fcstd, bim 等 3D 模型文件
-11. 支持 dwg, dxf 等 CAD 模型文件
-12. 支持 txt, xml(渲染), md(渲染), java, php, py, js, css 等所有纯文本
-13. 支持 zip, rar, jar, tar, gzip, 7z 等压缩包
-14. 支持 jpg, jpeg, png, gif, bmp, ico, jfif, webp 等图片预览(翻转,缩放,镜像)
-15. 支持 tif, tiff 图信息模型文件
-16. 支持 tga 图像格式文件
-17. 支持 svg 矢量图像格式文件
-18. 支持 mp3,wav,mp4,flv 等音视频格式文件
-19. 支持 avi,mov,rm,webm,ts,rm,mkv,mpeg,ogg,mpg,rmvb,wmv,3gp,ts,swf 等视频格式转码预览
+10. 支持 eml 邮件文件
+11. 支持 epub 图书文档
+12. 支持 obj, 3ds, stl, ply, gltf, glb, off, 3dm, fbx, dae, wrl, 3mf, ifc, brep, step, iges, fcstd, bim 等 3D 模型文件
+13. 支持 dwg, dxf 等 CAD 模型文件
+14. 支持 txt, xml(渲染), md(渲染), java, php, py, js, css 等所有纯文本
+15. 支持 zip, rar, jar, tar, gzip, 7z 等压缩包
+16. 支持 jpg, jpeg, png, gif, bmp, ico, jfif, webp 等图片预览(翻转,缩放,镜像)
+17. 支持 tif, tiff 图信息模型文件
+18. 支持 tga 图像格式文件
+19. 支持 svg 矢量图像格式文件
+20. 支持 mp3,wav,mp4,flv 等音视频格式文件
+21. 支持 avi,mov,rm,webm,ts,rm,mkv,mpeg,ogg,mpg,rmvb,wmv,3gp,ts,swf 等视频格式转码预览
> 基于当前良好的架构模式,支持的文件类型在进一步丰富中
### 项目特性
diff --git a/README.md b/README.md
index a169b106..875450e2 100644
--- a/README.md
+++ b/README.md
@@ -13,17 +13,18 @@ Document online preview project solution, built using the popular Spring Boot fr
7. Supports document formats like `pdf`, `ofd`, and `rtf`.
8. Supports software model files like `xmind`.
9. Support for `bpmn` workflow files.
-9. Support for `eml` mail files
-10. Support for `epub` book documents
-10. Supports 3D model files like `obj`, `3ds`, `stl`, `ply`, `gltf`, `glb`, `off`, `3dm`, `fbx`, `dae`, `wrl`, `3mf`, `ifc`, `brep`, `step`, `iges`, `fcstd`, `bim`, etc.
-11. Supports CAD model files such as `dwg`, `dxf`.
-12. Supports all plain text files such as `txt`, `xml` (rendering), `md` (rendering), `java`, `php`, `py`, `js`, `css`, etc.
-13. Supports compressed packages such as `zip`, `rar`, `jar`, `tar`, `gzip`, `7z`, etc.
-14. Supports image previewing (flip, zoom, mirror) of `jpg`, `jpeg`, `png`, `gif`, `bmp`, `ico`, `jfif`, `webp`, etc.
-15. Supports image information model files such as `tif` and `tiff`.
-16. Supports image format files such as `tga`.
-17. Supports vector image format files such as `svg`.
-18. Supports many audio and video format files such as `avi`, `mov`, `wmv`, `mkv`, `3gp`, and `rm`.
+10. Support for `eml` mail files
+11. Support for `epub` book documents
+12. Supports 3D model files like `obj`, `3ds`, `stl`, `ply`, `gltf`, `glb`, `off`, `3dm`, `fbx`, `dae`, `wrl`, `3mf`, `ifc`, `brep`, `step`, `iges`, `fcstd`, `bim`, etc.
+13. Supports CAD model files such as `dwg`, `dxf`.
+14. Supports all plain text files such as `txt`, `xml` (rendering), `md` (rendering), `java`, `php`, `py`, `js`, `css`, etc.
+15. Supports compressed packages such as `zip`, `rar`, `jar`, `tar`, `gzip`, `7z`, etc.
+16. Supports image previewing (flip, zoom, mirror) of `jpg`, `jpeg`, `png`, `gif`, `bmp`, `ico`, `jfif`, `webp`, etc.
+17. Supports image information model files such as `tif` and `tiff`.
+18. Supports image format files such as `tga`.
+19. Supports vector image format files such as `svg`.
+20. Supports `mp3`,`wav`,`mp4`,`flv` .
+21. Supports many audio and video format files such as `avi`, `mov`, `wmv`, `mkv`, `3gp`, and `rm`.
### Features
- Build with the popular frame spring boot
diff --git a/pom.xml b/pom.xml
index 7121ec53..3023f4c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
cn.keking
kkFileView-parent
- 4.2.1
+ 4.3.0-SNAPSHOT
1.8
diff --git a/server/pom.xml b/server/pom.xml
index 10798000..f1a8cc5b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -6,7 +6,7 @@
kkFileView-parent
cn.keking
- 4.2.1
+ 4.3.0-SNAPSHOT
kkFileView
diff --git a/server/src/main/bin/startup.bat b/server/src/main/bin/startup.bat
index d49dc1a0..90673505 100644
--- a/server/src/main/bin/startup.bat
+++ b/server/src/main/bin/startup.bat
@@ -7,4 +7,4 @@ echo Please check log file in ../log/kkFileView.log for more information
echo You can get help in our official home site: https://kkview.cn
echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
-java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.2.1.jar -> ..\log\kkFileView.log
+java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.3.0-SNAPSHOT.jar -> ..\log\kkFileView.log
diff --git a/server/src/main/bin/startup.sh b/server/src/main/bin/startup.sh
index 978a2047..18867226 100644
--- a/server/src/main/bin/startup.sh
+++ b/server/src/main/bin/startup.sh
@@ -51,7 +51,7 @@ else
## 启动kkFileView
echo "Starting kkFileView..."
- nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.2.1.jar > ../log/kkFileView.log 2>&1 &
+ nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.3.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 &
echo "Please execute ./showlog.sh to check log for more information"
echo "You can get help in our official home site: https://kkview.cn"
echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"
diff --git a/server/src/main/resources/banner.txt b/server/src/main/resources/banner.txt
index 3e2119b1..ea5cf7a1 100644
--- a/server/src/main/resources/banner.txt
+++ b/server/src/main/resources/banner.txt
@@ -7,7 +7,7 @@
|_|\_\ |_|\_\ |_| |_| |_| \___| \/ |_| \___| \_/\_/
=> Spring Boot :: ${spring-boot.version}
- => kkFileView :: 4.2.1
+ => kkFileView :: 4.3.0-SNAPSHOT
=> Home site :: https://kkview.cn
=> Github :: https://github.com/kekingcn/kkFileView
=> Gitee :: https://gitee.com/kekingcn/file-online-preview