diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e47a91a03..7b3dcb7f9 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.2-wip + ## 24.3.1 - Add support for binding DDS to a custom port. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 2772f9fca..2efc7cc7b 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.1'; +const packageVersion = '24.3.2-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 9205176de..f50187742 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: 24.3.1 +version: 24.3.2-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.