Skip to content

Commit f910400

Browse files
committed
Update CHANGES and bump version
Signed-off-by: Syrone Wong <[email protected]>
1 parent 3ba5c49 commit f910400

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.2 2016-10-03
2+
- Add HTTP forward proxy support
3+
- Bug fixes and improvements
4+
15
3.3.1 2016-09-20
26
- Add global hotkey support
37
- Bug fixes and improvements

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
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.1";
26+
public const string Version = "3.3.2";
2727

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

0 commit comments

Comments
 (0)