Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Feb 23, 2020
1 parent ad06162 commit f3adcf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ACT.FFXIVTranslate")]
[assembly: AssemblyCopyright("Copyright © Noisyfox 2019")]
[assembly: AssemblyCopyright("Copyright © 2017-2020 Noisyfox")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,7 +32,7 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]

[assembly: InternalsVisibleTo("ACT.FFXIVTranslate.Test")]
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 1.4.0.{build}
version: 1.4.1.{build}
image: Visual Studio 2019
configuration:
- Debug
Expand Down

0 comments on commit f3adcf5

Please sign in to comment.