diff --git a/README.md b/README.md index ba4d71d7fd7..440a3148705 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,6 @@ Visual Studio Community 2019 is recommended. GPLv3 -Copyright © HMBSbige 2019 - 2021. Forked from ShadowsocksR by BreakWa11 +Copyright © 2019 - 2022 HMBSbige. Forked from ShadowsocksR by BreakWa11 [latest release]: https://github.com/HMBSbige/ShadowsocksR-Windows/releases diff --git a/shadowsocks-csharp/Controller/HttpRequest/UpdateChecker.cs b/shadowsocks-csharp/Controller/HttpRequest/UpdateChecker.cs index da03d252679..339730b8a55 100644 --- a/shadowsocks-csharp/Controller/HttpRequest/UpdateChecker.cs +++ b/shadowsocks-csharp/Controller/HttpRequest/UpdateChecker.cs @@ -19,8 +19,8 @@ public class UpdateChecker : HttpRequest public event EventHandler NewVersionNotFound; public const string Name = @"ShadowsocksR"; - public const string Copyright = @"Copyright © HMBSbige 2019 - 2021 & BreakWa11 2017. Fork from Shadowsocks by clowwindy"; - public const string Version = @"6.0.1"; + public const string Copyright = @"Copyright © 2019 - 2022 HMBSbige. Forked from ShadowsocksR by BreakWa11"; + public const string Version = @"6.0.2"; public const string FullVersion = Version + #if SelfContained