From 13c96acca5b79195a6d1d1142d812fd4655d0305 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Mon, 22 May 2023 15:48:23 +0300 Subject: [PATCH] updated build script --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 83e4466..21645c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. -version: 1.0.4 +version: 1.1.0 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: meta: ^1.3.0