diff --git a/Gemfile.lock b/Gemfile.lock index d5bb436a..5824022e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (3.0.1) + govuk-components (3.0.2) activemodel (~> 6.1.4.4, >= 6.1) railties (~> 6.1.4.4, >= 6.1) view_component (~> 2.47.0) diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index 6ddc60b3..e0fc1204 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '3.0.1'.freeze + VERSION = '3.0.2'.freeze end end