diff --git a/Gemfile.lock b/Gemfile.lock index ffe02ccb..385acabf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GIT PATH remote: . specs: - dsfr-view-components (0.2.0) + dsfr-view-components (0.2.1) actionpack (>= 6.1) activemodel (>= 6.1) html-attributes-utils (~> 1) diff --git a/lib/dsfr/components/version.rb b/lib/dsfr/components/version.rb index 482ab26a..ec26f56d 100644 --- a/lib/dsfr/components/version.rb +++ b/lib/dsfr/components/version.rb @@ -1,5 +1,5 @@ module Dsfr module Components - VERSION = '0.2.0'.freeze + VERSION = '0.2.1'.freeze end end