From ca9e27946b00f0600ed3ca346e09ca0bb7e12899 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 9 Aug 2020 08:37:32 +0100 Subject: Bump to v4.5.2 --- README.md | 2 +- lib/bootstrap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a356b2f..fa5eda6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice: Add `bootstrap` to your Gemfile: ```ruby -gem 'bootstrap', '~> 4.5.0' +gem 'bootstrap', '~> 4.5.2' ``` Ensure that `sprockets-rails` is at least v2.3.2. diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 7e89496..419eed8 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.5.0' + VERSION = '4.5.2' BOOTSTRAP_SHA = '5f2480a90ab911babc53039835fe78c6fc12646d' end -- cgit v1.2.3