Skip to content

Commit 12a8168

Browse files
authored
New Dev release (#1060)
* New dev release
1 parent 616599e commit 12a8168

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

packages/devtools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
99
# package remaining purely as a container for the compiled copy of the devtools
1010
# app. That ensures that version constraints for the devtools_app do not impact
1111
# this package.
12-
version: 0.1.8-dev
12+
version: 0.1.8-dev.1
1313

1414
author: Dart Team <[email protected]>
1515
homepage: https://github.com/flutter/devtools

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.1.8-dev';
8+
const String version = '0.1.8-dev.1';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Main package implementing web-based performance tooling for Dart an
66
# When publishing new versions of this package be sure to publish a new version
77
# of package:devtools as well. package:devtools contains a compiled snapshot of
88
# this package.
9-
version: 0.1.8-dev
9+
version: 0.1.8-dev.1
1010

1111
author: Dart Team <[email protected]>
1212
homepage: https://github.com/flutter/devtools

tool/build_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set -x #echo on
99
pushd packages/devtools_app
1010

1111
rm -rf build
12+
rm -rf ../devtools/build
1213
pub run build_runner build -o web:build --release
1314
mv ./build/packages ./build/pack
1415

0 commit comments

Comments
 (0)