Skip to content

Commit 89b7043

Browse files
committed
Update CHANGES and bump version
Signed-off-by: Syrone Wong <[email protected]>
1 parent 9c438ee commit 89b7043

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+
3.3.4 2016-10-21
2+
- Fix IE dial-up and VPN connection proxy settings
3+
not changed since release 3.3.3.
4+
- Fix a UI bug
5+
16
3.3.3 2016-10-10
27
- Add timeout support for server and forward proxy,
38
only integer is allowed

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UpdateChecker
2323
public string LatestVersionLocalName;
2424
public event EventHandler CheckUpdateCompleted;
2525

26-
public const string Version = "3.3.3";
26+
public const string Version = "3.3.4";
2727

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

0 commit comments

Comments
 (0)