rev to 1.0.1 (#84)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30fdf91..75feee5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # webkit_inspection_protocol.dart
 
-## 1.0.1-dev
+## 1.0.1
 - Use `package:lints` for analysis.
 - Populate the pubspec `repository` field.
 - Enable the `avoid_dynamic_calls` lint.
diff --git a/pubspec.yaml b/pubspec.yaml
index 16c4126..bb5dd9f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 1.0.1-dev
+version: 1.0.1
 description: >
   A client for the Chrome DevTools Protocol (previously called the Webkit
   Inspection Protocol).