File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.0.19 - 2019-05-?? (in progress)
1
+ ## 0.0.19 - 2019-05-01
2
2
* Update DevTools server to better handle failures when launching browsers.
3
3
* Support additional formats for VM service uris.
4
4
39
39
- initial (pre-release) release
40
40
41
41
<!--
42
- List of possible sections to use for areas that have changed.
42
+ List of possible sections to use for areas that have changed.
43
43
### Documentation
44
44
### Debugger
45
45
### Inspector
Original file line number Diff line number Diff line change 5
5
/// The DevTools application version.
6
6
// Note: when updating this, please update the corresponding version in the
7
7
// pubspec.
8
- const String version = '0.0.19-dev ' ;
8
+ const String version = '0.0.19' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
3
3
4
4
# Note: when updating this version, please update the corresponding entry in
5
5
# lib/devtools.dart.
6
- version : 0.0.19-dev
6
+ version : 0.0.19
7
7
8
8
author :
Dart Team <[email protected] >
9
9
homepage : https://github.com/flutter/devtools
You can’t perform that action at this time.
0 commit comments