From e77787f42f0810fb5c26b265feaadde9ac8b3b3c Mon Sep 17 00:00:00 2001 From: Celso Bonutti Date: Tue, 8 Mar 2022 16:46:05 -0300 Subject: [PATCH] updates RadioButton example version --- styleguide-app/Examples/RadioButton.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide-app/Examples/RadioButton.elm b/styleguide-app/Examples/RadioButton.elm index e4e6142a..0af9f4da 100644 --- a/styleguide-app/Examples/RadioButton.elm +++ b/styleguide-app/Examples/RadioButton.elm @@ -35,7 +35,7 @@ import Task example : Example State Msg example = { name = "RadioButton" - , version = 3 + , version = 4 , state = init , update = update , subscriptions = subscriptions