From b79cd1cba9744d074308166ef56da05d2a814e3b Mon Sep 17 00:00:00 2001 From: Julian Finkler Date: Fri, 30 Dec 2022 09:14:35 +0100 Subject: [PATCH] change: Version updated --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'