rev to 0.1.7 (#18)

rev to 0.1.7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe210d2..2bfd551 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.7
+
+- Widen the dependency range on `package:webkit_inspection_protocol`.
+
 ## 0.1.6
 
 - Update lower Dart SDK requirement to `2.2.0`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 37dbaf5..17b8822 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,9 +1,8 @@
 name: browser_launcher
 description: Provides a standardized way to launch web browsers for testing and tools.
 
-version: 0.1.6
+version: 0.1.7
 
-author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/browser_launcher
 
 environment:
@@ -11,7 +10,7 @@
 
 dependencies:
   path: ^1.6.2
-  webkit_inspection_protocol: '>=0.4.0 <0.7.0'
+  webkit_inspection_protocol: '>=0.4.0 <0.8.0'
 
 dev_dependencies:
   pedantic: ^1.5.0