From 5294d687418cd02b5ad8e5d29808180a798403cc Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 24 Apr 2019 11:18:51 -0700 Subject: [PATCH] update vm_service_lib, prep for release --- dwds/CHANGELOG.md | 2 +- dwds/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index fa02ff24d..0a7dbe107 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.2 +## 0.3.0 - Change the exposed type on DebugService to VmServiceInterface diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 2bc26039f..6c1362c47 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,5 +1,5 @@ name: dwds -version: 0.2.2-dev +version: 0.3.0 author: Dart Team homepage: https://github.com/dart-lang/webdev/tree/master/dwds description: >- @@ -18,7 +18,7 @@ dependencies: shelf: ^0.7.0 shelf_web_socket: ^0.2.0 source_maps: ^0.10.0 - vm_service_lib: 3.14.3-dev.4 + vm_service_lib: 3.15.1+1 web_socket_channel: ^1.0.0 webkit_inspection_protocol: ^0.4.0