From 84bb30fd84b8d63b7a95782b128ad14d4f0e4c16 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Thu, 9 Jun 2022 10:13:22 +0100 Subject: [PATCH] Release version 3.0.6 --- Gemfile.lock | 2 +- lib/govuk/components/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae295916..18295f96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk-components (3.0.5) + govuk-components (3.0.6) 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 ba612a5f..014dd683 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '3.0.5'.freeze + VERSION = '3.0.6'.freeze end end