diff --git a/README.md b/README.md index a356b2f4..fa5eda64 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 7e89496d..419eed8e 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