From 54c1b69f6b6f832e7e0b5e188d04379b70f03844 Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Fri, 13 Dec 2024 18:59:43 +0100 Subject: [PATCH] V8.0.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7645a..abe16ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.3] + +* fixing linter warning thanks to @PatrickChrestin + ## [8.0.2] * Fixes by @kuhnroyal and @ArtAhmetajCR who spotted some flaws in my latest changes. Thanks a lot diff --git a/pubspec.yaml b/pubspec.yaml index c15ce61..9a98783 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: get_it description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App" -version: 8.0.2 +version: 8.0.3 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it funding: