diff --git a/CHANGELOG.md b/CHANGELOG.md index 968d1fa..d372e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +0.1.2+1 Fixed initializtaion error + +--- 0.1.2 Fixed warnings in code --- diff --git a/pubspec.yaml b/pubspec.yaml index d037338..f5c3936 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: 0.1.2 +version: 0.1.2+1 homepage: https://github.com/pese-git/cherrypick documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick