Bump version to update docs
diff --git a/CHANGELOG.md b/CHANGELOG.md index aafbdf1..1cc0ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,9 @@ # Change Log for `process_runner` +## 2.0.2 + +* Updated docs and README.md. Bumping version to get updated docs on pub.dev. + ## 2.0.1 * Modified the package structure to get credit for having an example
diff --git a/pubspec.yaml b/pubspec.yaml index bf6e554..ccbd1af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -3,7 +3,7 @@ # found in the LICENSE file. name: process_runner -version: 2.0.1 +version: 2.0.2 description: A process invocation astraction for Dart that manages a multiprocess queue. homepage: https://github.com/google/process_runner