Skip to content

Commit 2f54168

Browse files
committed
Bump to v4.2.1
1 parent e8dde96 commit 2f54168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
Add `bootstrap` to your Gemfile:
1818

1919
```ruby
20-
gem 'bootstrap', '~> 4.1.3'
20+
gem 'bootstrap', '~> 4.2.1'
2121
```
2222

2323
Ensure that `sprockets-rails` is at least v2.3.2.

lib/bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module Bootstrap
4-
VERSION = '4.1.3'
4+
VERSION = '4.2.1'
55
BOOTSTRAP_SHA = '9e4e94747bd698f4f61d48ed54c9c6d4d199bd32'
66
end

0 commit comments

Comments
 (0)