Skip to content

Commit 8ebe1f4

Browse files
author
Student Main
committed
Update CHANGES and bump version
1 parent f0ce9bc commit 8ebe1f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.2.0.1 2020-09-26
2+
- Fix domain rule handling in PAC script (#2956)
3+
14
4.2.0.0 2020-09-10
25
- Update TCPHandler.lastActivity (#2858)
36
- Add Franch translation (#2861)

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class UpdateChecker
2626
public string LatestVersionLocalName;
2727
public event EventHandler CheckUpdateCompleted;
2828

29-
public const string Version = "4.2.0.0";
29+
public const string Version = "4.2.0.1";
3030

3131
private class CheckUpdateTimer : System.Timers.Timer
3232
{

0 commit comments

Comments
 (0)