From f5688e57ff5812da276594b8c86c27fbce06d01d Mon Sep 17 00:00:00 2001 From: Vladyslav Blagoy Date: Sat, 8 Jun 2024 23:42:45 +0200 Subject: [PATCH] chore: Bump exceptions --- packages/fda/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fda/pubspec.yaml b/packages/fda/pubspec.yaml index 4dd4977..4515a9d 100644 --- a/packages/fda/pubspec.yaml +++ b/packages/fda/pubspec.yaml @@ -1,6 +1,6 @@ name: fda description: The feature driven architecture package. -version: 0.0.6 +version: 0.0.7 repository: https://github.com/Blago-Development/fda publish_to: none @@ -17,7 +17,7 @@ dependencies: git: url: https://github.com/Blago-Development/fda.git path: packages/fda_exceptions - ref: exceptions_0.0.4 + ref: exceptions_0.0.5 fda_logger: git: url: https://github.com/Blago-Development/fda.git