Skip to content

Commit 9fdc1ba

Browse files
committed
v1.6.0
1 parent 9a4349f commit 9fdc1ba

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.javafx-1.5.0.jar
17+
jar.path=-Djava.class.path=./snail.javafx-1.6.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.5.0
9+
set version=1.6.0
1010

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
<groupId>com.acgist</groupId>
2525
<artifactId>snail.parent</artifactId>
26-
<version>1.5.0</version>
26+
<version>1.6.0</version>
2727
<packaging>pom</packaging>
2828

2929
<properties>
3030
<!-- 版本 -->
31-
<acgist.version>1.5.0</acgist.version>
31+
<acgist.version>1.6.0</acgist.version>
3232
<!-- 作者 -->
3333
<vendor>acgist</vendor>
3434
<!-- 模块 -->

snail-extend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.acgist</groupId>
99
<artifactId>snail.parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.6.0</version>
1111
</parent>
1212

1313
<modelVersion>4.0.0</modelVersion>

snail-javafx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.acgist</groupId>
99
<artifactId>snail.parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.6.0</version>
1111
</parent>
1212

1313
<modelVersion>4.0.0</modelVersion>

snail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.acgist</groupId>
99
<artifactId>snail.parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.6.0</version>
1111
</parent>
1212

1313
<modelVersion>4.0.0</modelVersion>

snail/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.5.0
7+
acgist.system.version=1.6.0
88
#================ FTP ================#
99
# FTP匿名用户
1010
acgist.system.ftp.user=anonymous

0 commit comments

Comments
 (0)