diff --git a/Gemfile.lock b/Gemfile.lock index 1c901681..a9a8b6eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (3.1.3) + govuk-components (3.1.4) actionpack (>= 6.1) activemodel (>= 6.1) html-attributes-utils (~> 0.9, >= 0.9.2) diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index 4b06d68e..8eaeeb41 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '3.1.3'.freeze + VERSION = '3.1.4'.freeze end end