From 1074f7dec00fc42a38f5e3e5847b27bec431a041 Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Sun, 17 May 2020 22:31:12 +0530 Subject: Bump to v4.5.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 2f74e1e..a356b2f 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.4.1' +gem 'bootstrap', '~> 4.5.0' ``` Ensure that `sprockets-rails` is at least v2.3.2. diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 23c469a..73d4585 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.4.1' + VERSION = '4.5.0' BOOTSTRAP_SHA = '7a6da5e3e7ad7c749dde806546a35d4d4259d965' end -- cgit v1.2.3