rev to a dev version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d28d50f..e64acb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 3.0.2-dev
+
+* Address a few analysis hint violations.
+* Populate the pubspec `repository` field.
+
## 3.0.1
* Fix a bug where a `null` result to a request caused an exception.
diff --git a/pubspec.yaml b/pubspec.yaml
index 69ec384..48bc0b6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_rpc_2
-version: 3.0.1
+version: 3.0.2-dev
description: >-
Utilities to write a client or server using the JSON-RPC 2.0 spec.
repository: https://github.com/dart-lang/json_rpc_2