diff --git a/CHANGELOG.md b/CHANGELOG.md index b67c45f..d8f8a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +1.0.2 Updated doc and fixed syntax error + +--- 1.0.1 Fixed syntax error --- diff --git a/pubspec.yaml b/pubspec.yaml index b5bb02b..c5ab20e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/pese-git/cherrypick documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick