Skip to content

Commit 9eaf36c

Browse files
committed
Bump to v4.1.2
1 parent f34c43c commit 9eaf36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1'
20+
gem 'bootstrap', '~> 4.1.2'
2121
```
2222

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

lib/bootstrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Bootstrap
2-
VERSION = '4.1.1'
2+
VERSION = '4.1.2'
33
BOOTSTRAP_SHA = '1f46337a89ed21c94a7c37bc0c0e14a71fef7d97'
44
end

0 commit comments

Comments
 (0)