From 53b92514e49d997c580c01d4567f50f32a80cc33 Mon Sep 17 00:00:00 2001 From: Konstantin Tennhard Date: Sun, 9 Mar 2025 23:00:07 -0400 Subject: [PATCH] Release 0.9.0 Bumped the version from 0.8.0 to 0.9.0 to reflect recent changes or updates. This prepares the library for the next release and ensures versioning consistency. --- lib/action_widget/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action_widget/version.rb b/lib/action_widget/version.rb index 992a9d5..445ea8e 100644 --- a/lib/action_widget/version.rb +++ b/lib/action_widget/version.rb @@ -1,3 +1,3 @@ module ActionWidget - VERSION = '0.8.0' + VERSION = '0.9.0' end