Skip to content

Commit 1365db8

Browse files
committed
v1.3.0
1 parent 8416a93 commit 1365db8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SnailLauncher/src/snail.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jvm.args.survivor.ratio=-XX:SurvivorRatio=2
1414
# JVM文件路径
1515
jvm.path=./java/bin/server/jvm.dll
1616
# JAR文件路径
17-
jar.path=-Djava.class.path=./snail-1.2.2.jar
17+
jar.path=-Djava.class.path=./snail-1.3.0.jar

builder/config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ chcp 65001>nul
66
rem 软件名称
77
set project=snail
88
rem 软件版本
9-
set version=1.2.2
9+
set version=1.3.0
1010

1111
rem 编译路径
1212
set builder=.\builder\

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<url>https://gitee.com/acgist/snail</url>
2020

2121
<name>snail</name>
22-
<version>1.2.2</version>
22+
<version>1.3.0</version>
2323
<description>基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent)、FTP、HTTP。</description>
2424
<inceptionYear>2019</inceptionYear>
2525

src/main/resources/config/system.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ acgist.system.name=蜗牛
44
# 软件名称(英文)
55
acgist.system.name.en=Snail
66
# 软件版本
7-
acgist.system.version=1.2.2
7+
acgist.system.version=1.3.0
88
#================ FTP ================#
99
# FTP匿名用户
1010
acgist.system.ftp.user=anonymous

0 commit comments

Comments
 (0)