diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 6e484f0a6..30f50eb8d 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-dev +## 2.0.0-alpha.4 - Fix an NPE is the reload logic. - Shutdown the daemon process when the corresponding application is closed. diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 309700443..06a78df16 100644 --- a/webdev/lib/src/version.dart +++ b/webdev/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0-dev'; +const packageVersion = '2.0.0-alpha.4'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index c006a109e..8cfb05d4a 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,5 +1,5 @@ name: webdev -version: 2.0.0-dev +version: 2.0.0-alpha.4 author: Dart Team homepage: https://github.com/dart-lang/webdev description: >-