Skip to content

Commit 7e21e16

Browse files
committed
Update CHANGES and bump version
1 parent 98538e3 commit 7e21e16

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.1.2 2018-09-13
2+
- Fix plugin CLI argument environment variable issue (#1969 #1818)
3+
- Other minor bug fixes and improvements (#1978 #1968 #1993)
4+
15
4.1.1 2018-08-18
26
- Fix auto hotkey reg issue when OS wakeup
37
- Other minor bug fixes and improvements

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.1.1";
27+
public const string Version = "4.1.2";
2828

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

0 commit comments

Comments
 (0)