Skip to content

Commit

Permalink
Update CHANGES and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
  • Loading branch information
wongsyrone committed Jan 11, 2017
1 parent 4c49f1b commit e9ba343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.4.3 2017-1-11
- Make the previous portable mode as default
- Refine networking by Noisyfox
- Bug fixes and improvements

3.4.2.1 2016-12-30
- Refine Traditional Chinese translation by LNDDYL
- sysproxy: reduce false positives on virus detection
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class UpdateChecker
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;

public const string Version = "3.4.2.1";
public const string Version = "3.4.3";

private class CheckUpdateTimer : System.Timers.Timer
{
Expand Down

0 comments on commit e9ba343

Please sign in to comment.