diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 87dfd6a0d46..1e66b618ae5 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -9,4 +9,4 @@ // the constant declaration `const String version =`. // If you change the declaration you must also modify the regex in // tools/update_version.dart. -const String version = '2.26.0-dev.1'; +const String version = '2.26.0-dev.2'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 7bfe1932303..0dae12754f4 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none # Note: this version should only be updated by running tools/update_version.dart # that updates all versions of devtools packages (devtools_app, devtools_test). -version: 2.26.0-dev.1 +version: 2.26.0-dev.2 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app @@ -24,7 +24,7 @@ dependencies: codicon: ^1.0.0 collection: ^1.15.0 dds_service_extensions: ^1.3.2 - devtools_shared: 2.26.0-dev.1 + devtools_shared: 2.26.0-dev.2 file: ^6.0.0 file_selector: ^0.8.0 file_selector_linux: ^0.0.2 @@ -66,7 +66,7 @@ dependencies: dev_dependencies: args: ^2.4.2 build_runner: ^2.3.3 - devtools_test: 2.26.0-dev.1 + devtools_test: 2.26.0-dev.2 fake_async: ^1.3.1 flutter_driver: sdk: flutter diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index b0536548ca4..38ff43a8230 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -1,7 +1,7 @@ name: devtools_shared description: Package of shared structures between devtools_app, dds, and other tools. -version: 2.26.0-dev.1 +version: 2.26.0-dev.2 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared diff --git a/packages/devtools_test/pubspec.yaml b/packages/devtools_test/pubspec.yaml index 2e65bb97d5c..3eda17b8866 100644 --- a/packages/devtools_test/pubspec.yaml +++ b/packages/devtools_test/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # 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: 2.26.0-dev.1 +version: 2.26.0-dev.2 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test @@ -18,8 +18,8 @@ environment: dependencies: async: ^2.0.0 collection: ^1.15.0 - devtools_shared: 2.26.0-dev.1 - devtools_app: 2.26.0-dev.1 + devtools_shared: 2.26.0-dev.2 + devtools_app: 2.26.0-dev.2 flutter: sdk: flutter flutter_test: