Updating from 2.61.0-dev.0 to 2.61.0-dev.1
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 12c86b7..b299dc9 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart
@@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.61.0-dev.0'; +const version = '2.61.0-dev.1';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index a95b396..375c77c 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml
@@ -7,7 +7,7 @@ # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.61.0-dev.0 +version: 2.61.0-dev.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
diff --git a/pubspec.lock b/pubspec.lock index 72b7d24..0e16eab 100644 --- a/pubspec.lock +++ b/pubspec.lock
@@ -975,10 +975,10 @@ dependency: transitive description: name: vm_service - sha256: "0016aef94fc66495ac78af5859181e3f3bf2026bd8eecc72b9565601e19ab360" + sha256: "5f37239c4851efcef929cea7824e76df7f2f0970aef85d66bbc430afa40e72f0" url: "https://pub.dev" source: hosted - version: "15.2.0" + version: "15.3.0" vm_service_protos: dependency: transitive description: