Skip to content

Commit 0e1ffef

Browse files
committed
🔖 发布 1.4 版
1 parent a5b19d3 commit 0e1ffef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ apt install -y openjdk-8-jre-headless unzip
4343
下载项目:
4444

4545
```bash
46-
wget -P ~ https://c.jun6.net/ZFILE/zfile-1.3.war
46+
wget -P ~ https://c.jun6.net/ZFILE/zfile-1.4.war
4747
cd ~
48-
mkdir zfile && unzip zfile-1.3.war -d zfile && rm -rf zfile-1.3.war
48+
mkdir zfile && unzip zfile-1.4.war -d zfile && rm -rf zfile-1.4.war
4949
chmod +x ~/zfile/bin/*.sh
5050
```
5151

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>im.zhaojun</groupId>
1414
<artifactId>zfile</artifactId>
15-
<version>1.3</version>
15+
<version>1.4</version>
1616
<name>zfile</name>
1717
<packaging>war</packaging>
1818
<description>一个在线的文件浏览系统</description>

0 commit comments

Comments
 (0)