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-01-20 03:55:14 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-01-20 03:56:26 +0300
commit107ca189e406bbe314eb84f0372ed3706b81c761 (patch)
treeddd6fbf4cd46bbb827770ccc36e659e7e78565e8 /README.md
parenta477f37b57edec1665d996122abe31424b3b1841 (diff)
Bump to v3.3.3v3.3.3
This is a re-packaged release of 3.3.2.1 (v3.3.2+1). Versions are now strictly semver. The PATCH version may be ahead of the upstream. Framework version: Bootstrap **v3.3.2**.
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 e0e7f598..2499ab02 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.2'
+gem 'bootstrap-sass', '~> 3.3.3'
gem 'sass-rails', '>= 3.2'
```
@@ -136,7 +136,7 @@ If this happens, change the import order so that Compass mixins are loaded later
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
```console
-$ bower install bootstrap-sass\#v3.3.2+1
+$ bower install bootstrap-sass
```
Sass, JS, and all other assets are located at [assets](/assets).