Skip to content

Commit 55cd6c5

Browse files
committed
Update CHANGES and bump version
1 parent a79bc04 commit 55cd6c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
4.1.3.1 2018-12-09
2+
- Fix error when usersettings bypasslist is null
3+
14
4.1.3 2018-12-08
2-
- Fix sysproxy hanging issue
5+
- Refine sysproxy exception handling
36
- Keep user bypass setting when use global proxy mode
47
- Update .Net download link
58
- Minor improvements

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UpdateChecker
2424
public string LatestVersionLocalName;
2525
public event EventHandler CheckUpdateCompleted;
2626

27-
public const string Version = "4.1.3";
27+
public const string Version = "4.1.3.1";
2828

2929
private class CheckUpdateTimer : System.Timers.Timer
3030
{

0 commit comments

Comments
 (0)