Skip to content

Commit e9ba343

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

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.4.3 2017-1-11
2+
- Make the previous portable mode as default
3+
- Refine networking by Noisyfox
4+
- Bug fixes and improvements
5+
16
3.4.2.1 2016-12-30
27
- Refine Traditional Chinese translation by LNDDYL
38
- sysproxy: reduce false positives on virus detection

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

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

27-
public const string Version = "3.4.2.1";
27+
public const string Version = "3.4.3";
2828

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

0 commit comments

Comments
 (0)