Skip to content

Commit 2396b9e

Browse files
LightLight
Light
authored and
Light
committed
chore(release): 1.9.0
1 parent 520654f commit 2396b9e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

WindowsFormsApplication2/Glob.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace WindowsFormsApplication2
1919
/// </summary>
2020
public class Glob
2121
{
22-
public static string Ver = "1.8.2";
22+
public static string Ver = "1.9.0";
2323

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

WindowsFormsApplication2/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Light")]
1313
[assembly: AssemblyProduct("雨天跟打器")]
14-
[assembly: AssemblyCopyright("Copyright © Light 2021")]
14+
[assembly: AssemblyCopyright("Copyright © 2021-2022 Light")]
1515
[assembly: AssemblyTrademark("雨天跟打器")]
1616
[assembly: AssemblyCulture("")]
1717

@@ -33,6 +33,6 @@
3333
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
3434
// 方法是按如下所示使用“*”:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.8.2.0")]
37-
[assembly: AssemblyFileVersion("1.8.2.0")]
36+
[assembly: AssemblyVersion("1.9.0.0")]
37+
[assembly: AssemblyFileVersion("1.9.0.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("zh-CN")]

updates.json

+7
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,12 @@
7575
"Instra": "",
7676
"Content": "问题修复:\n修复总记录字数计算不正确的问题;\n修复某些情况下对照区滚动条滚动位置不正确的问题;",
7777
"Other": ""
78+
},
79+
{
80+
"Version": "1.9.0",
81+
"Date": "2022-05-28",
82+
"Instra": "",
83+
"Content": "新功能:\n添加支持选择文章镜像源的功能;\n问题修复:\n修复在跨越一天时今日跟打数可能显示不正确的问题;",
84+
"Other": ""
7885
}
7986
]

0 commit comments

Comments
 (0)