From d5a96232947c46c47f2026cceba468188133bd8f Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Sun, 22 Feb 2026 19:58:52 +0000 Subject: [PATCH] state_machine_3.0.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e23370d..7372659 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: state_machine -version: 3.0.1 +version: 3.0.2 description: Finite state machine library. Easily define legal state transitions. Listen to state entrances, departures, and transitions. homepage: https://github.com/Workiva/state_machine