Skip to content

Commit a24d30a

Browse files
committed
Bump version to 3.2.0
1 parent ccb13f6 commit a24d30a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ACT.FFXIVPing/ACT.FFXIVPing/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
5252
// 方法是按如下所示使用“*”: :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.1.1.0")]
55-
[assembly: AssemblyFileVersion("3.1.1.0")]
54+
[assembly: AssemblyVersion("3.2.0.0")]
55+
[assembly: AssemblyFileVersion("3.2.0.0")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.1.1.{build}
1+
version: 3.2.0.{build}
22
image: Visual Studio 2019
33
configuration:
44
- Debug

0 commit comments

Comments
 (0)