diff --git a/Gemfile.lock b/Gemfile.lock index 95f8fbcf..7814a9dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (2.0.0) + govuk-components (2.0.1) activemodel (>= 6.0) railties (>= 6.0) view_component (~> 2.36.0) @@ -174,4 +174,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.2.17 + 2.2.24 diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index 7e9369c8..15d1f9c6 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '2.0.0'.freeze + VERSION = '2.0.1'.freeze end end