From 0f84b24435f56d64fa087653dd50ba7bc838a0c6 Mon Sep 17 00:00:00 2001 From: louisdachet Date: Tue, 16 Apr 2024 12:41:21 +0200 Subject: [PATCH] chore: bump version to 0.3.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9b47b0d..fb80a40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: equatable_lint -version: 0.2.3 +version: 0.3.0 description: This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter. homepage: https://github.com/bamlab/equatable_lint repository: https://github.com/bamlab/equatable_lint