Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.19 - 2019-05-?? (in progress)
## 0.0.19 - 2019-05-01
* Update DevTools server to better handle failures when launching browsers.
* Support additional formats for VM service uris.

Expand Down Expand Up @@ -39,7 +39,7 @@
- initial (pre-release) release

<!--
List of possible sections to use for areas that have changed.
List of possible sections to use for areas that have changed.
### Documentation
### Debugger
### Inspector
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/// The DevTools application version.
// Note: when updating this, please update the corresponding version in the
// pubspec.
const String version = '0.0.19-dev';
const String version = '0.0.19';
2 changes: 1 addition & 1 deletion packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.

# Note: when updating this version, please update the corresponding entry in
# lib/devtools.dart.
version: 0.0.19-dev
version: 0.0.19

author: Dart Team <[email protected]>
homepage: https://github.com/flutter/devtools
Expand Down