Skip to content

Commit ed31a3c

Browse files
committed
Update CHANGES and bump version
1 parent 081bbaf commit ed31a3c

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+
4.0.5 2017-08-09
2+
- Fix crash when user-wininet.json fail to parse. (#1178)
3+
- Bug fixes and improvements.
4+
15
4.0.4 2017-06-01
26
- Save user wininet settings as user-wininet.json
37
- Improve performance of aes-256-gcm

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 = "4.0.4";
27+
public const string Version = "4.0.5";
2828

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

0 commit comments

Comments
 (0)