We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba5c49 commit f910400Copy full SHA for f910400
CHANGES
@@ -1,3 +1,7 @@
1
+3.3.2 2016-10-03
2
+- Add HTTP forward proxy support
3
+- Bug fixes and improvements
4
+
5
3.3.1 2016-09-20
6
- Add global hotkey support
7
- Bug fixes and improvements
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -23,7 +23,7 @@ public class UpdateChecker
23
public string LatestVersionLocalName;
24
public event EventHandler CheckUpdateCompleted;
25
26
- public const string Version = "3.3.1";
+ public const string Version = "3.3.2";
27
28
private class CheckUpdateTimer : System.Timers.Timer
29
{
0 commit comments