Merge pull request #30 from google/0.3.2

0.3.2
diff --git a/changelog.md b/changelog.md
index 90a7979..6cd7f2f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # webkit_inspection_protocol.dart
 
+## 0.3.2
+- Analysis fixes for strong mode
+- Upgrade to the latest package dependencies
+
 ## 0.3.1
 - Expose `ConsoleAPIEvent.timestamp`
 - Expose `LogEntry.timestamp`
diff --git a/pubspec.yaml b/pubspec.yaml
index 8f73aac..1fd13bf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 0.3.1
+version: 0.3.2
 description: A client for the Webkit Inspection Protocol (WIP).
 
 homepage: https://github.com/google/webkit_inspection_protocol.dart
@@ -10,9 +10,9 @@
 environment:
   sdk: '>=1.10.0 <2.0.0'
 dependencies:
-  args: '^0.13.0'
+  args: '>=0.13.0 <2.0.0'
   logging: '^0.11.0'
-  shelf: '^0.6.0'
+  shelf: '^0.7.0'
   shelf_web_socket: '^0.2.0'
 dev_dependencies:
   shelf_static: '^0.2.0'