Skip to content

Commit e7e8922

Browse files
Updating from 2.30.0-dev.5 to 2.30.0-dev.6 (#6716)
Automated Version Bump
1 parent 8a2fa08 commit e7e8922

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// the constant declaration `const String version =`.
1010
// If you change the declaration you must also modify the regex in
1111
// tools/update_version.dart.
12-
const String version = '2.30.0-dev.5';
12+
const String version = '2.30.0-dev.6';

packages/devtools_app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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 tools/update_version.dart
66
# that updates all versions of devtools packages (devtools_app, devtools_test).
7-
version: 2.30.0-dev.5
7+
version: 2.30.0-dev.6
88

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

@@ -72,7 +72,7 @@ dependencies:
7272
dev_dependencies:
7373
args: ^2.4.2
7474
build_runner: ^2.3.3
75-
devtools_test: 2.30.0-dev.5
75+
devtools_test: 2.30.0-dev.6
7676
fake_async: ^1.3.1
7777
flutter_driver:
7878
sdk: flutter

packages/devtools_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77
# When publishing new versions of this package be sure to publish a new version
88
# of package:devtools as well. package:devtools contains a compiled snapshot of
99
# this package.
10-
version: 2.30.0-dev.5
10+
version: 2.30.0-dev.6
1111

1212
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test
1313

@@ -19,7 +19,7 @@ dependencies:
1919
async: ^2.0.0
2020
collection: ^1.15.0
2121
devtools_shared: ^6.0.1
22-
devtools_app: 2.30.0-dev.5
22+
devtools_app: 2.30.0-dev.6
2323
devtools_app_shared:
2424
path: ../devtools_app_shared
2525
flutter:

0 commit comments

Comments
 (0)