Skip to content

Commit 60a5572

Browse files
committed
update CHANGES and bump version
1 parent 8776446 commit 60a5572

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.1 2017-04-08
2+
- Fix UDP relay
3+
- Allow to add multiple servers via Shadowsocks URL
4+
- Bug fixes and improvements
5+
16
4.0 2017-04-04
27
- Add AEAD ciphers support, removed OTA
38
- I18N: add Japanese support, update Traditional Chinese strings

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.0";
27+
public const string Version = "4.0.1";
2828

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

0 commit comments

Comments
 (0)