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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 02:06:35 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 02:06:35 +0300
commit446b41a5af0f20f139a6d33ded2a62101c3bd5a1 (patch)
tree5759f4d1f81bd4ca0b19019bbd9c7a1ae36410d5 /README.md
parent5ad0746ff394aa810e730eefec69f65036450e66 (diff)
Bump to 3.3.6v3.3.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 234d7e38..3275a897 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
-gem 'bootstrap-sass', '~> 3.3.5'
+gem 'bootstrap-sass', '~> 3.3.6'
gem 'sass-rails', '>= 3.2'
```
@@ -287,6 +287,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
| Upstream | Sass |
|---------:|--------:|
+| 3.3.6 | 3.3.6 |
| 3.3.5 | 3.3.5 |
| 3.3.4 | 3.3.4 |
| 3.3.2 | 3.3.3 |