File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 5.8.6-wip
1
+ ## 5.8.6
2
2
3
3
- Refactored session handler class to use the last modified timestamp as the last ping value
4
4
- Bumping intl package to 0.19.0 to fix version solving issue with flutter_tools
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const int kLogFileLength = 2500;
82
82
const String kLogFileName = 'dart-flutter-telemetry.log' ;
83
83
84
84
/// The current version of the package, should be in line with pubspec version.
85
- const String kPackageVersion = '5.8.6-wip ' ;
85
+ const String kPackageVersion = '5.8.6' ;
86
86
87
87
/// The minimum length for a session.
88
88
const int kSessionDurationMinutes = 30 ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: >-
4
4
to Google Analytics.
5
5
# When updating this, keep the version consistent with the changelog and the
6
6
# value in lib/src/constants.dart.
7
- version : 5.8.6-wip
7
+ version : 5.8.6
8
8
repository : https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
9
9
10
10
environment :
You can’t perform that action at this time.
0 commit comments