Skip to content

Commit

Permalink
chore(release): 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Light authored and Light committed Jul 19, 2022
1 parent a5bcfe7 commit 2fb98d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WindowsFormsApplication2/Glob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace WindowsFormsApplication2
/// </summary>
public class Glob
{
public static string Ver = "1.11.0";
public static string Ver = "1.11.1";

public static string Form = "雨天跟打器" + Bit + " v" + Ver + Project;

Expand Down
4 changes: 2 additions & 2 deletions WindowsFormsApplication2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]
[assembly: AssemblyVersion("1.11.1.0")]
[assembly: AssemblyFileVersion("1.11.1.0")]
[assembly: NeutralResourcesLanguageAttribute("zh-CN")]
7 changes: 7 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,12 @@
"Instra": "",
"Content": "新功能:\n支持记录上一次的发文状态;\n添加支持词组顺序发文;\n支持在自动发文时设定多个条件;\n在帮助菜单中添加\"使用帮助\"菜单项;\n问题修复:\n修复单字乱序全段不重复包含空格时处理不正确的问题;\n修复跟打英文文章时在自动条件中速度比较不正确的问题;",
"Other": ""
},
{
"Version": "1.11.1",
"Date": "2022-07-19",
"Instra": "",
"Content": "问题修复:\n修复发文配置中自动条件保存不正确的问题;\n修复在读取保存的发文时自动条件可能没覆盖的问题;",
"Other": ""
}
]

0 comments on commit 2fb98d1

Please sign in to comment.