Merge pull request #36 from google/0.3.5

0.3.5
diff --git a/analysis_options.yaml b/analysis_options.yaml
index a10d4c5..2e6cdca 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -1,2 +1 @@
 analyzer:
-  strong-mode: true
diff --git a/changelog.md b/changelog.md
index 05629d7..34235f1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # webkit_inspection_protocol.dart
 
+## 0.3.5
+- Widen the Dart SDK constraint
+
 ## 0.3.4
 - Several fixes for strong mode at runtime issues
 - Rename uses of deprecated dart:io constants
diff --git a/pubspec.yaml b/pubspec.yaml
index 492a337..e87fc81 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 0.3.4
+version: 0.3.5
 description: A client for the Webkit Inspection Protocol (WIP).
 
 homepage: https://github.com/google/webkit_inspection_protocol.dart
@@ -8,13 +8,13 @@
 - Marc Fisher <fisherii@google.com>
 
 environment:
-  sdk: '>=2.0.0-dev.54.0 <2.0.0'
+  sdk: '>=2.0.0-dev.54.0 <3.0.0'
 
 dependencies:
   args: '>=0.13.0 <2.0.0'
-  logging: '^0.11.0'
-  shelf: '^0.7.0'
-  shelf_web_socket: '^0.2.0'
+  logging: ^0.11.0
+  shelf: ^0.7.0
+  shelf_web_socket: ^0.2.0
 dev_dependencies:
-  shelf_static: '^0.2.0'
-  test: '^0.12.0'
+  shelf_static: ^0.2.0
+  test: ^1.0.0