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>2014-11-12 20:18:30 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-12 20:19:30 +0300
commit93f42bc913bdd4c9df3d4652bd5168b4ede870c6 (patch)
tree5d8147fbf2f1c1320590736ee57842feb5b6409d /README.md
parentf0fc412cf352ccace36012c0ef72f176ba16c8a2 (diff)
bump version to v3.3.1
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 8b1d78f..5a9692b 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.0'
+gem 'bootstrap-sass', '~> 3.3.1'
gem 'sass-rails', '>= 3.2'
```