Update `dev` versions of DWDS and Webdev (#2022)

diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 5728ec3..a3bc795 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,6 +1,7 @@
-## 18.0.0-dev
+## 18.0.1-dev
 
-- Fix failure to map JS exceptions to dart.
+- Fix failure to map JS exceptions to dart. - [#2004](https://github.com/dart-lang/webdev/pull/2004)
+- Fix for listening to custom streams. - [#2011](https://github.com/dart-lang/webdev/pull/2011)
 
 ## 18.0.0
 
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 378dae6..b6c7ebf 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '18.0.0-dev';
+const packageVersion = '18.0.1-dev';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index af0f93e..b390902 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: 18.0.0-dev
+version: 18.0.1-dev
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM
   service protocol.
diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md
index 8e27214..8532413 100644
--- a/webdev/CHANGELOG.md
+++ b/webdev/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 3.0.1-dev
+## 3.0.2-dev
 
 ## 3.0.1
 
diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart
index e224215..f7192e7 100644
--- a/webdev/lib/src/version.dart
+++ b/webdev/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '3.0.1-dev';
+const packageVersion = '3.0.2-dev';
diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml
index 9cd6849..3f3fd15 100644
--- a/webdev/pubspec.yaml
+++ b/webdev/pubspec.yaml
@@ -1,6 +1,6 @@
 name: webdev
 # Every time this changes you need to run `dart run build_runner build`.
-version: 3.0.1-dev
+version: 3.0.2-dev
 # We should not depend on a dev SDK before publishing.
 # publish_to: none
 description: >-