From 5c1bfeb499440a7407809961beca068487188ebb Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 20 Sep 2024 11:47:29 +0545 Subject: [PATCH] upgrade version --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f97145a..adeedcc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: utopia_di description: Light & Fast Dart Dependency Injection library. Easy to use and powerful for all kinds of needs, with no external dependencies. -version: 0.2.1 +version: 0.3.0 repository: https://github.com/utopia-dart/utopia_di environment: sdk: '>=2.19.2 <4.0.0' dev_dependencies: - lints: ^3.0.0 - test: ^1.25.2 + lints: ^4.0.0 + test: ^1.25.8