From c90f96708f6083d58928c524893bd96f53a6efc9 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Fri, 27 Jan 2023 16:04:22 +0300 Subject: [PATCH] changed build version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313996b..6e76c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +1.0.4 Fixed exception "ConcurrentModificationError" + +--- + 1.0.3 Added provider with params --- diff --git a/pubspec.yaml b/pubspec.yaml index b8c2e6c..83e4466 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.3 +version: 1.0.4 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick