Browse Source

Update CHANGES and bump version

tags/4.1.9.2
celeron533 5 years ago
parent
commit
c8740b3982
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
4.1.9.2 2019-12-25
- Fix i18n issues (#2740, #2741)
4.1.9.1 2019-12-22 4.1.9.1 2019-12-22
- Fix #2739: PAC does not work - Fix #2739: PAC does not work
- Translate Show Plugin Option - Translate Show Plugin Option


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -24,7 +24,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName; public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted; public event EventHandler CheckUpdateCompleted;
public const string Version = "4.1.9.1";
public const string Version = "4.1.9.2";
private class CheckUpdateTimer : System.Timers.Timer private class CheckUpdateTimer : System.Timers.Timer
{ {


Loading…
Cancel
Save