File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.6 ' ;
12+ const String version = '2.30.0-dev.7 ' ;
Original file line number Diff line number Diff 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.6
7+ version : 2.30.0-dev.7
88
99repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app
1010
@@ -72,7 +72,7 @@ dependencies:
7272dev_dependencies :
7373 args : ^2.4.2
7474 build_runner : ^2.3.3
75- devtools_test : 2.30.0-dev.6
75+ devtools_test : 2.30.0-dev.7
7676 fake_async : ^1.3.1
7777 flutter_driver :
7878 sdk : flutter
Original file line number Diff line number Diff 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.6
10+ version : 2.30.0-dev.7
1111
1212repository : 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.6
22+ devtools_app : 2.30.0-dev.7
2323 devtools_app_shared :
2424 path : ../devtools_app_shared
2525 flutter :
You can’t perform that action at this time.
0 commit comments