We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34c43c commit 9eaf36cCopy full SHA for 9eaf36c
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.1'
+gem 'bootstrap', '~> 4.1.2'
21
```
22
23
Ensure that `sprockets-rails` is at least v2.3.2.
lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
1
module Bootstrap
2
- VERSION = '4.1.1'
+ VERSION = '4.1.2'
3
BOOTSTRAP_SHA = '1f46337a89ed21c94a7c37bc0c0e14a71fef7d97'
4
end
0 commit comments