Browse Source

bump

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

+ 1
- 0
CHANGES View File

@@ -1,5 +1,6 @@
2.1.5 2014-12-25
- Fix QR Code compatibility with iOS
- Only left button will trigger double click on tray icon

2.1.4 2014-12-20
- Fix crash when remarks are too long


+ 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.1.4";
public const string Version = "2.1.5";
public void CheckUpdate()
{


Loading…
Cancel
Save