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 <glebm@google.com>2015-06-16 19:25:34 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-06-16 19:29:50 +0300
commitd64d48fd23c9624cc5c996e6516b7dc33fde5919 (patch)
tree3acfb7998be9d3afdb6fea2230db2df852dd3b5a /README.md
parent4536e9e122707d2f7da371f9708fc921f909c9bb (diff)
Bump to 3.3.5v3.3.5
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 9e132120..092e186c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,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.4'
+gem 'bootstrap-sass', '~> 3.3.5'
gem 'sass-rails', '>= 3.2'
```
@@ -285,6 +285,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
| Upstream | Sass |
|---------:|--------:|
+| 3.3.5 | 3.3.5 |
| 3.3.4 | 3.3.4 |
| 3.3.2 | 3.3.3 |
| <= 3.3.1 | 3.3.1.x |