We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dde96 commit 2f54168Copy full SHA for 2f54168
README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
17
Add `bootstrap` to your Gemfile:
18
19
```ruby
20
-gem 'bootstrap', '~> 4.1.3'
+gem 'bootstrap', '~> 4.2.1'
21
```
22
23
Ensure that `sprockets-rails` is at least v2.3.2.
lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
module Bootstrap
4
- VERSION = '4.1.3'
+ VERSION = '4.2.1'
5
BOOTSTRAP_SHA = '9e4e94747bd698f4f61d48ed54c9c6d4d199bd32'
6
end
0 commit comments