diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index ddfa389ea..65d0e7b5f 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 26.2.1-wip +## 26.2.1 - Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 78eae7b12..c30ea88e3 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '26.2.1-wip'; +const packageVersion = '26.2.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 738e97049..2e92a1eb6 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `dart run build_runner build`. -version: 26.2.1-wip +version: 26.2.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM