Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acgist committed Dec 4, 2019
1 parent b2469a5 commit 310ae10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## 使用

Windows稳定版下载:[snail-windows-v1.2.1.zip](https://gitee.com/acgist/snail/attach_files)(解压可以直接运行)
Windows稳定版下载:[snail-windows-v1.2.2.zip](https://gitee.com/acgist/snail/attach_files)(解压可以直接运行)

#### 编译

Expand Down
2 changes: 1 addition & 1 deletion SnailLauncher/src/snail.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jvm.args.survivor.ratio=-XX:SurvivorRatio=2
#JVM文件路径
jvm.path=./java/bin/server/jvm.dll
#JAR文件路径
jar.path=-Djava.class.path=./snail-1.2.1.jar
jar.path=-Djava.class.path=./snail-1.2.2.jar
2 changes: 1 addition & 1 deletion builder/config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rem 软件名称
set project=snail
rem 软件版本
set version=1.2.1
set version=1.2.2

rem 编译路径
set builder=.\builder\
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<url>https://gitee.com/acgist/snail</url>

<name>snail</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent)、FTP、HTTP。</description>
<inceptionYear>2019</inceptionYear>

Expand Down

0 comments on commit 310ae10

Please sign in to comment.