-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prep for publishing 0.1.6-dev.3 (#956)
- Loading branch information
1 parent
bce5764
commit 638ec6d
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
|
||
# Note: when updating this version, please update the corresponding entry in | ||
# lib/devtools.dart. | ||
version: 0.1.6-dev.2 | ||
version: 0.1.6-dev.3 | ||
|
||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/flutter/devtools | ||
|
@@ -14,7 +14,7 @@ environment: | |
dependencies: | ||
codemirror: ^0.5.3 | ||
collection: ^1.14.11 | ||
devtools_server: 0.1.5 | ||
devtools_server: 0.1.6 | ||
# path: ../devtools_server | ||
http: ^0.12.0+1 | ||
intl: ^0.15.0 | ||
|