Skip to content

Commit

Permalink
New Dev release (#1060)
Browse files Browse the repository at this point in the history
* New dev release
  • Loading branch information
grouma committed Sep 16, 2019
1 parent 616599e commit 12a8168
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
# package remaining purely as a container for the compiled copy of the devtools
# app. That ensures that version constraints for the devtools_app do not impact
# this package.
version: 0.1.8-dev
version: 0.1.8-dev.1

author: Dart Team <[email protected]>
homepage: https://github.com/flutter/devtools
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/// The DevTools application version.
// Note: when updating this, please update the corresponding version in the
// pubspec.
const String version = '0.1.8-dev';
const String version = '0.1.8-dev.1';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Main package implementing web-based performance tooling for Dart an
# 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: 0.1.8-dev
version: 0.1.8-dev.1

author: Dart Team <[email protected]>
homepage: https://github.com/flutter/devtools
Expand Down
1 change: 1 addition & 0 deletions tool/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set -x #echo on
pushd packages/devtools_app

rm -rf build
rm -rf ../devtools/build
pub run build_runner build -o web:build --release
mv ./build/packages ./build/pack

Expand Down

0 comments on commit 12a8168

Please sign in to comment.