Skip to content

Commit d010c20

Browse files
committed
Prepare cherry-pick release - DevTools 2.42.1
1 parent ea066c4 commit d010c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devtools_app/lib/devtools.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.42.0';
13+
const version = '2.42.1';

packages/devtools_app/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: none
44

55
# Note: this version should only be updated by running the 'dt update-version'
66
# command that updates the version here and in 'devtools.dart'.
7-
version: 2.42.0
7+
version: 2.42.1
88

99
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1010

0 commit comments

Comments
 (0)