🔖 发布 1.3 版

This commit is contained in:
zhaojun1998
2020-02-08 17:47:37 +08:00
parent 8722d11ac3
commit 030bd95941
2 changed files with 3 additions and 3 deletions

View File

@@ -43,9 +43,9 @@ apt install -y openjdk-8-jre-headless unzip
下载项目:
```bash
wget -P ~ https://c.jun6.net/ZFILE/zfile-1.2.1.war
wget -P ~ https://c.jun6.net/ZFILE/zfile-1.3.war
cd ~
mkdir zfile && unzip zfile-1.2.1.war -d zfile && rm -rf zfile-1.2.1.war
mkdir zfile && unzip zfile-1.3.war -d zfile && rm -rf zfile-1.3.war
chmod +x ~/zfile/bin/*.sh
```

View File

@@ -12,7 +12,7 @@
<groupId>im.zhaojun</groupId>
<artifactId>zfile</artifactId>
<version>1.2.1</version>
<version>1.3</version>
<name>zfile</name>
<packaging>war</packaging>
<description>一个在线的文件浏览系统</description>