Skip to content

Commit

Permalink
🆙 Update docs and bump version to 4.3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Nov 5, 2020
1 parent afb415c commit a7eb33a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.3.2.0 2020-11-05
- PAC: direct connection for private IP ranges by @studentmain (#3008)
- Remove duplicate startup entries (#3012)
- Other minor bug fixes and improvements

4.3.1.0 2020-10-25
- Update abp.js (#2999)
- Separate QR code scanning from MenuViewController (#2995)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# version format
# Build version format is taken from UI if it is not set
version: 4.3.1.{build}
version: 4.3.2.{build}

# # branches to build
# branches:
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class UpdateChecker

public event EventHandler CheckUpdateCompleted;

public const string Version = "4.3.1.0";
public const string Version = "4.3.2.0";
private readonly Version _version;

public UpdateChecker()
Expand Down

0 comments on commit a7eb33a

Please sign in to comment.