From ca85f829dd5ea751d18155c454c76c39516f124a Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 1 Oct 2024 12:23:43 +0200 Subject: [PATCH] Updated dependencies and version number --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3d956a9..7c98618 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: arcane_helper_utils description: Provides a variety of helpful utilities and extensions for Flutter and Dart. -version: 1.0.1 +version: 1.0.2 repository: https://github.com/hanskokx/arcane_helper_utils issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues @@ -21,6 +21,6 @@ dependencies: week_number: ^1.1.0 dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter_test: sdk: flutter