Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flutter-candidate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8034db0bd38b1c682146474cc5986e2e00dad96f
434491ab43cf63f27cf3a5fe8bc88aba12a4971b
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
/// Note: a regexp in the `dt update-version' command logic matches the constant
/// declaration `const version =`. If you change the declaration you must also
/// modify the regex in the `dt update-version' command logic.
const version = '2.56.0-dev.0';
const version = '2.56.0';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none

# Note: this version should only be updated by running the 'dt update-version'
# command that updates the version here and in 'devtools.dart'.
version: 2.56.0-dev.0
version: 2.56.0

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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1006,10 +1006,10 @@ packages:
dependency: transitive
description:
name: web_benchmarks
sha256: a7dd85be82da0d52f425b830fb57838937a1bc4d8f49b3bd336fbe08fadb690b
sha256: "4160714bd85af6b11e7c321a2be98ec746363b69e9a496c80207c7285889960b"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.1.0"
web_socket:
dependency: transitive
description:
Expand Down
Loading