Skip to content

Commit b8c5f8e

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.1 2016-09-20
2+
- Add global hotkey support
3+
- Bug fixes and improvements
4+
15
3.3 2016-09-09
26
- Update Privoxy to 3.0.26
37
- Change minimum system version explicitly to Windows Vista

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

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

0 commit comments

Comments
 (0)