Skip to content

Commit

Permalink
Prepare v0.0.19 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup authored May 1, 2019
1 parent 9e6fbcb commit 28598a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 28598a2

Please sign in to comment.