diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c6905..5cec8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Next +## 3.2.1 Fixes: - Fixed the generation for libraries (working with `part` and `part of`). diff --git a/pubspec.yaml b/pubspec.yaml index e922be3..7f085eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catalyst_builder description: A lightweight and easy to use dependency injection provider builder for dart. -version: 3.2.0 +version: 3.2.1 homepage: 'https://github.com/mintware-de/catalyst_builder' repository: 'https://github.com/mintware-de/catalyst_builder'