Skip to content

Commit

Permalink
Fix invalid JSON character (fix #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jun 16, 2024
1 parent 5e37856 commit e5f72ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.0.0
2.17.1.0
2 changes: 1 addition & 1 deletion src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"yy 256.2021.02.cer",
"yy 256.2022.04.cer",
"yy 256.2023.02.cer",
"yy 256.2023.08.cer".
"yy 256.2023.08.cer",
"yy 256.2024.06.cer"
],
"ZhongCheng": [
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.17.0.0")]
[assembly: AssemblyFileVersion("2.17.0.0")]
[assembly: AssemblyVersion("2.17.1.0")]
[assembly: AssemblyFileVersion("2.17.1.0")]

0 comments on commit e5f72ac

Please sign in to comment.