Update pubspecs to match version.
diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml
index 4c96a6f..c891813 100644
--- a/packages/devtools/pubspec.yaml
+++ b/packages/devtools/pubspec.yaml
@@ -8,7 +8,7 @@
# package remaining purely as a container for the compiled copy of the devtools
# app. That ensures that version constraints for the devtools_app do not impact
# this package.
-version: 0.8.0+1
+version: 0.8.0+2
homepage: https://github.com/flutter/devtools
@@ -16,8 +16,8 @@
sdk: '>=2.3.0 <3.0.0'
dependencies:
- devtools_server: 0.8.0+1
- devtools_shared: 0.8.0+1
+ devtools_server: 0.8.0+2
+ devtools_shared: 0.8.0+2
http: ^0.12.0+1
intl: ^0.16.0
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart
index 0202f07..e62ac8a 100644
--- a/packages/devtools_app/lib/devtools.dart
+++ b/packages/devtools_app/lib/devtools.dart
@@ -7,4 +7,4 @@
// that updates all versions for DevTools.
// Note: a regexp in tools/update_version.sh matches the following line so
// if you change it you must also modify tools/update_version.sh.
-const String version = '0.8.0+1';
+const String version = '0.8.0+2';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml
index d92a5f9..07642cc 100644
--- a/packages/devtools_app/pubspec.yaml
+++ b/packages/devtools_app/pubspec.yaml
@@ -6,7 +6,7 @@
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
-version: 0.8.0+1
+version: 0.8.0+2
homepage: https://github.com/flutter/devtools
@@ -23,7 +23,7 @@
^0.0.2
# path: ../../third_party/packages/ansi_up
collection: ^1.14.11
- devtools_shared: 0.8.0+1
+ devtools_shared: 0.8.0+2
file: ^5.1.0
flutter_web_plugins:
sdk: flutter
@@ -50,7 +50,7 @@
webkit_inspection_protocol: '>=0.5.0 <0.8.0'
devtools: #^0.1.7
path: ../devtools
- devtools_testing: 0.8.0+1
+ devtools_testing: 0.8.0+2
flutter_test:
sdk: flutter
diff --git a/packages/devtools_server/pubspec.yaml b/packages/devtools_server/pubspec.yaml
index b8f8549..661e75a 100644
--- a/packages/devtools_server/pubspec.yaml
+++ b/packages/devtools_server/pubspec.yaml
@@ -3,7 +3,7 @@
# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
-version: 0.8.0+1
+version: 0.8.0+2
homepage: https://github.com/flutter/devtools
@@ -13,7 +13,7 @@
dependencies:
args: ^1.5.1
browser_launcher: ^0.1.5
- devtools_shared: 0.8.0+1
+ devtools_shared: 0.8.0+2
intl: ^0.16.0
meta: ^1.1.0
path: ^1.6.0
diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml
index 41f17fb..15bb3c7 100644
--- a/packages/devtools_shared/pubspec.yaml
+++ b/packages/devtools_shared/pubspec.yaml
@@ -3,7 +3,7 @@
# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
-version: 0.8.0+1
+version: 0.8.0+2
homepage: https://github.com/flutter/devtools
diff --git a/packages/devtools_testing/pubspec.yaml b/packages/devtools_testing/pubspec.yaml
index b6f924d..45fd502 100644
--- a/packages/devtools_testing/pubspec.yaml
+++ b/packages/devtools_testing/pubspec.yaml
@@ -2,7 +2,7 @@
description: Package of shared testing code for Dart DevTools.
# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
-version: 0.8.0+1
+version: 0.8.0+2
homepage: https://github.com/flutter/devtools
@@ -10,8 +10,8 @@
sdk: '>=2.3.0 <3.0.0'
dependencies:
- devtools_app: 0.8.0+1
- devtools_shared: 0.8.0+1
+ devtools_app: 0.8.0+2
+ devtools_shared: 0.8.0+2
flutter:
sdk: flutter
flutter_test: