File tree 3 files changed +8
-2
lines changed
shadowsocks-csharp/Controller/Service
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
4.3.0.0 2020-10-19
2
8
- Cleanup and update dependencies (#2983)
3
9
- Geosite group validation + PAC regeneration on version update (#2988)
Original file line number Diff line number Diff line change 11
11
12
12
# version format
13
13
# Build version format is taken from UI if it is not set
14
- # version: 1.0 .{build}
14
+ version : 4.3.1 .{build}
15
15
16
16
# # branches to build
17
17
# branches:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class UpdateChecker
33
33
34
34
public event EventHandler CheckUpdateCompleted ;
35
35
36
- public const string Version = "4.3.0 .0" ;
36
+ public const string Version = "4.3.1 .0" ;
37
37
private readonly Version _version ;
38
38
39
39
public UpdateChecker ( )
You can’t perform that action at this time.
0 commit comments