From 0a29879d8df1e6f7feba0ff29df7734c1695b009 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy <glex.spb@gmail.com> Date: Mon, 11 Feb 2019 19:58:16 +0000 Subject: [PATCH] Bump to v4.3.0 --- README.md | 2 +- lib/bootstrap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bc98deb..62f80a34 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.2.1' +gem 'bootstrap', '~> 4.3.0' ``` Ensure that `sprockets-rails` is at least v2.3.2. diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index be2813c5..862037d7 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.2.1' + VERSION = '4.3.0' BOOTSTRAP_SHA = '1ded0d6a4eefb7daca62c44e4e735aec200f0b6f' end