diff --git a/CHANGELOG.md b/CHANGELOG.md index bc472c9..b67c45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +1.0.1 Fixed syntax error + +--- 1.0.0 Refactored code and added experimental api --- diff --git a/pubspec.yaml b/pubspec.yaml index ad2e4c1..b5bb02b 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.0 +version: 1.0.1 homepage: https://github.com/pese-git/cherrypick documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick