From 2f5416832341821fb1786d0eedca408687ac640c Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 25 Dec 2018 10:51:35 +0000 Subject: [PATCH] Bump to v4.2.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 61d381fb..7bc98deb 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.1.3' +gem 'bootstrap', '~> 4.2.1' ``` Ensure that `sprockets-rails` is at least v2.3.2. diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index ea2aa9f4..1f65b6e5 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.1.3' + VERSION = '4.2.1' BOOTSTRAP_SHA = '9e4e94747bd698f4f61d48ed54c9c6d4d199bd32' end