Skip to content

Commit 2e954cb

Browse files
committed
Update CHANGES and bump version
1 parent 11514db commit 2e954cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.1.9.1 2019-12-22
2+
- Fix #2739: PAC does not work
3+
- Translate Show Plugin Option
4+
15
4.1.9.0 2019-12-21
26
- Refine merge PAC+abp script logic (#2598)
37
- Format the proxy hostname in GfwListUpdater (#2616)

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
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.9.0";
27+
public const string Version = "4.1.9.1";
2828

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

0 commit comments

Comments
 (0)