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 0bbd14d commit dc66489Copy full SHA for dc66489
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.0.0.alpha1'
+gem 'bootstrap', '~> 4.0.0.alpha3'
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.0.0.alpha2'
+ VERSION = '4.0.0.alpha3'
3
BOOTSTRAP_SHA = '48938155eb24b4ccdde09426066869504c6dab3c'
4
end
0 commit comments