Skip to content

Commit

Permalink
Prepare for v0.0.16 release. (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Apr 17, 2019
1 parent f5cdba2 commit fe9ac30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.16 - 2019-04-17
* Reduce the minimum Dart SDK requirements for activating DevTools to cover Flutter v1.2.1 (Dart v2.1)

## 0.0.15 - 2019-04-16
* Warn users when they should be using a profile build of their application instead of a debug build.
* Warn users using Microsoft browsers (IE and Edge) that they should be using Chrome to run DevTools.
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.15';
const String version = '0.0.16';
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.15
version: 0.0.16

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

0 comments on commit fe9ac30

Please sign in to comment.