We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b19d3 commit 0e1ffefCopy full SHA for 0e1ffef
README.md
@@ -43,9 +43,9 @@ apt install -y openjdk-8-jre-headless unzip
43
下载项目:
44
45
```bash
46
-wget -P ~ https://c.jun6.net/ZFILE/zfile-1.3.war
+wget -P ~ https://c.jun6.net/ZFILE/zfile-1.4.war
47
cd ~
48
-mkdir zfile && unzip zfile-1.3.war -d zfile && rm -rf zfile-1.3.war
+mkdir zfile && unzip zfile-1.4.war -d zfile && rm -rf zfile-1.4.war
49
chmod +x ~/zfile/bin/*.sh
50
```
51
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>im.zhaojun</groupId>
14
<artifactId>zfile</artifactId>
15
- <version>1.3</version>
+ <version>1.4</version>
16
<name>zfile</name>
17
<packaging>war</packaging>
18
<description>一个在线的文件浏览系统</description>
0 commit comments