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 40a36bd commit 5a2f627Copy full SHA for 5a2f627
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.2'
+gem 'bootstrap', '~> 4.1.3'
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.2'
+ VERSION = '4.1.3'
3
BOOTSTRAP_SHA = '3b558734382ce58b51e5fc676453bfd53bba9201'
4
end
0 commit comments