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:
authorThomas McDonald <tom@conceptcoding.co.uk>2015-01-19 20:10:26 +0300
committerThomas McDonald <tom@conceptcoding.co.uk>2015-01-19 20:10:26 +0300
commitaa4484541ca6d8b83c357b4eefd236e4f0bf1b8d (patch)
treefa93723a08b06e1777cb76418a53a79b13769ab8 /README.md
parent98818eb7f3329a9ce70630be09688d3792f37525 (diff)
bump to 3.3.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 810345d6..8d743104 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,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.1'
+gem 'bootstrap-sass', '~> 3.3.2'
gem 'sass-rails', '>= 3.2'
```