diff --git a/Gemfile.lock b/Gemfile.lock index 5c3f9221..ae295916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (3.0.4) + govuk-components (3.0.5) activemodel (>= 6.1) html-attributes-utils (~> 0.9.0) railties (>= 6.1) diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index eddc5a90..ba612a5f 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '3.0.4'.freeze + VERSION = '3.0.5'.freeze end end