diff --git a/Gemfile.lock b/Gemfile.lock index a474516e..281f898f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (0.8.0) + govuk-components (1.0.0) rails (>= 6.0) view_component (~> 2.22.1) diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index 5348b116..e87a06db 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '0.8.0' + VERSION = '1.0.0'.freeze end end