Merge pull request #35 from google/0.3.4

rev to 0.3.4
diff --git a/changelog.md b/changelog.md
index 6337eb5..05629d7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # webkit_inspection_protocol.dart
 
+## 0.3.4
+- Several fixes for strong mode at runtime issues
+- Rename uses of deprecated dart:io constants
+
 ## 0.3.3
 - Upgrade the Dart SDK minimum to 2.0.0-dev
 - Rename uses of deprecated dart:convert constants
diff --git a/pubspec.yaml b/pubspec.yaml
index 7f0e43d..492a337 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 0.3.4-dev
+version: 0.3.4
 description: A client for the Webkit Inspection Protocol (WIP).
 
 homepage: https://github.com/google/webkit_inspection_protocol.dart