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:
authorBlake Gentry <blakesgentry@gmail.com>2017-01-06 21:11:04 +0300
committerBlake Gentry <blakesgentry@gmail.com>2017-01-06 21:11:04 +0300
commit1015ed696a59a788acbe4869938e351653e47cc8 (patch)
treef50f2a5d3ae698ecc84b78b160b0f357997bbca7 /README.md
parentf82164992580fca0c3e3dde7d6d097784a514e5b (diff)
bump to v4.0.0.alpha6
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 0a1f0de..d2dfc67 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.alpha5'
+gem 'bootstrap', '~> 4.0.0.alpha6'
```
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.alpha5
+$ gem install bootstrap -v 4.0.0.alpha6
```
**If you have an existing Compass project:**