Skip to content

Commit 7b9dc36

Browse files
authored
Bump server dependency to 0.1.2 + set version to 19-dev (#624)
1 parent 0e8c7d1 commit 7b9dc36

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/devtools/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.19 - 2019-05-?? (in progress)
2+
* Update DevTools server to better handle failures when launching browsers
3+
14
## 0.0.18 - 2019-04-30
25
* Fix release bug (0.0.17-dev.1 did not include build folder)
36
* Add CPU profiler (preview) to timeline page.

packages/devtools/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.0.18';
8+
const String version = '0.0.19-dev';

packages/devtools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33

44
# Note: when updating this version, please update the corresponding entry in
55
# lib/devtools.dart.
6-
version: 0.0.18
6+
version: 0.0.19-dev
77

88
author: Dart Team <[email protected]>
99
homepage: https://github.com/flutter/devtools
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
codemirror: ^0.5.3
1616
collection: ^1.14.11
17-
devtools_server: 0.1.1
17+
devtools_server: 0.1.2
1818
# path: ../devtools_server
1919
http: ^0.12.0+1
2020
intl: ^0.15.0

0 commit comments

Comments
 (0)