diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index a7e85c125..747365d77 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.4-wip + ## 24.3.3 - Added support for some debugging APIs with the DDC library bundle format. - [#2563](https://github.com/dart-lang/webdev/issues/2563) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 341df1a3f..6cab450dd 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.3'; +const packageVersion = '24.3.4-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 0e112046b..b4cb27d79 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.3 +version: 24.3.4-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.