From cca5c0e881938c4c6313283b58d32f61970cf1ef Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 3 Mar 2026 05:03:45 +0000 Subject: [PATCH] state_machine_3.0.3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 56ef033..2a84e04 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: state_machine -version: 3.0.2 +version: 3.0.3 description: Finite state machine library. Easily define legal state transitions. Listen to state entrances, departures, and transitions. homepage: https://github.com/Workiva/state_machine