From a420f8732b1b82eac7dbd0329a7e606ff6079b76 Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Thu, 1 Aug 2024 18:16:11 -0300 Subject: [PATCH] fix action return --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d601133..9f20eab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: asp description: ASP (Atomic State Pattern) offers a simplified, Predictable and Powerful State Management forĀ Flutter. -version: 2.0.0 +version: 2.0.1 homepage: https://github.com/Flutterando/asp documentation: https://asp.flutterando.com.br topics: [state-management]