Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-07-31 13:01:04 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-07-31 13:01:04 +0300
commit721b59662d029883cf08c377ab5b2f12ef41b3b3 (patch)
tree094b0df9a241ac4970c5476227f05ee2cc14a480 /README.md
parent8f629be67707ebfde6a7d21d199cbe0bde48c1e7 (diff)
Bump to 4.0.0.alpha3.1v4.0.0.alpha3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d92467..cf88cb3 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', '~> 4.0.0.alpha3'
+gem 'bootstrap', '~> 4.0.0.alpha3.1'
```
Ensure that `sprockets-rails` is at least v2.3.2.
@@ -78,7 +78,7 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but
Install the gem:
```console
-$ gem install bootstrap -v 4.0.0.alpha3
+$ gem install bootstrap -v 4.0.0.alpha3.1
```
**If you have an existing Compass project:**