From 73ff03814293da40780b7a858f5f853bc4494280 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 6 May 2021 12:01:08 +0100 Subject: Update to v5.0.0 1. Updater: Add `util/backdrop.js` to the list of inlined srcs. 2. `bundle exec rake 'update[v5.0.0]' 3. Update version numbers. 4. Bump minimum Popper version from 2.9.1 to 2.9.2 --- lib/bootstrap/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bootstrap/version.rb') diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 6db091e..1e76a48 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '5.0.0.beta3' - BOOTSTRAP_SHA = '220139a89ffc3864bbb6e1b35471667318eadc1f' + VERSION = '5.0.0' + BOOTSTRAP_SHA = 'bf0936748602c8109fd916c64b4560799fa1c3f8' end -- cgit v1.2.3