Browse Source

bump

tags/2.3
clowwindy 9 years ago
parent
commit
d4bdd2e598
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/UpdateChecker.cs

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
2.2.1 2015-01-18
- Fix QR Code compatibility

2.2 2015-01-14
- Support updating PAC from GFWList
- Support adding server by scanning QR Code


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

@@ -17,7 +17,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL;
public event EventHandler NewVersionFound;
public const string Version = "2.2";
public const string Version = "2.2.1";
public void CheckUpdate()
{


Loading…
Cancel
Save