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-03-16 19:23:24 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-16 19:23:24 +0300
commit1a5c521451d18e72ca57dea2af870ab552f4b42a (patch)
tree17e774eac619cf226abab5ae83d1e2b974b99c6c
parentdc4f93a51e7f8631226e8c6db2c601ded384ddb1 (diff)
v3.3.4v3.3.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md3
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d31b5f2..5dff7ff9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 3.3.4
+
+No Sass-specific changes.
+
+Framework version: Bootstrap **v3.3.4**
+
## 3.3.3
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
diff --git a/README.md b/README.md
index bb4d0209..a5180d32 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.3'
+gem 'bootstrap-sass', '~> 3.3.4'
gem 'sass-rails', '>= 3.2'
```
@@ -285,6 +285,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
| Upstream | Sass |
|---------:|--------:|
+| 3.3.4 | 3.3.4 |
| 3.3.2 | 3.3.3 |
| <= 3.3.1 | 3.3.1.x |