Skip to content

Commit

Permalink
update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsyrone committed Apr 8, 2017
1 parent 8776446 commit 60a5572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.0.1 2017-04-08
- Fix UDP relay
- Allow to add multiple servers via Shadowsocks URL
- Bug fixes and improvements

4.0 2017-04-04
- Add AEAD ciphers support, removed OTA
- I18N: add Japanese support, update Traditional Chinese strings
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class UpdateChecker
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;

public const string Version = "4.0";
public const string Version = "4.0.1";

private class CheckUpdateTimer : System.Timers.Timer
{
Expand Down

0 comments on commit 60a5572

Please sign in to comment.