Browse Source

Update CHANGES and bump version

tags/4.0.6
celeron533 7 years ago
parent
commit
08f06f7177
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
4.0.6 2017-09-09
- SIP002 support
- SIP003 support

4.0.5 2017-08-09
- Fix crash when user-wininet.json fail to parse. (#1178)
- Bug fixes and improvements.


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -24,7 +24,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;
public const string Version = "4.0.5";
public const string Version = "4.0.6";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save