From cbbed2df0081a7f85c9159c6626d8fba4d6732b4 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 13 Feb 2019 18:52:00 +0000 Subject: Bump bootstrap to 4.3.1 --- README.md | 2 +- lib/bootstrap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f80a3..256076b 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.3.0' +gem 'bootstrap', '~> 4.3.1' ``` Ensure that `sprockets-rails` is at least v2.3.2. diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 7600c12..34a30b7 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.3.0' + VERSION = '4.3.1' BOOTSTRAP_SHA = '8fa0d3010112dca5dd6dd501173415856001ba8b' end -- cgit v1.2.3