Skip to content

Commit

Permalink
🆙 Update docs and bump version to 4.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Oct 25, 2020
1 parent a1f9c3f commit b2b19fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.3.1.0 2020-10-25
- Update abp.js (#2999)
- Separate QR code scanning from MenuViewController (#2995)
- Remove statistics strategy (#2994)
- Other minor bug fixes and improvements

4.3.0.0 2020-10-19
- Cleanup and update dependencies (#2983)
- Geosite group validation + PAC regeneration on version update (#2988)
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: 1.0.{build}
version: 4.3.1.{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.0.0";
public const string Version = "4.3.1.0";
private readonly Version _version;

public UpdateChecker()
Expand Down

0 comments on commit b2b19fe

Please sign in to comment.