Skip to content

Commit b2b19fe

Browse files
committed
🆙 Update docs and bump version to 4.3.1.0
1 parent a1f9c3f commit b2b19fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: ‎CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.3.1.0 2020-10-25
2+
- Update abp.js (#2999)
3+
- Separate QR code scanning from MenuViewController (#2995)
4+
- Remove statistics strategy (#2994)
5+
- Other minor bug fixes and improvements
6+
17
4.3.0.0 2020-10-19
28
- Cleanup and update dependencies (#2983)
39
- Geosite group validation + PAC regeneration on version update (#2988)

Diff for: ‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# version format
1313
# Build version format is taken from UI if it is not set
14-
# version: 1.0.{build}
14+
version: 4.3.1.{build}
1515

1616
# # branches to build
1717
# branches:

Diff for: ‎shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class UpdateChecker
3333

3434
public event EventHandler CheckUpdateCompleted;
3535

36-
public const string Version = "4.3.0.0";
36+
public const string Version = "4.3.1.0";
3737
private readonly Version _version;
3838

3939
public UpdateChecker()

0 commit comments

Comments
 (0)