From 1a5c521451d18e72ca57dea2af870ab552f4b42a Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 16 Mar 2015 16:23:24 +0000 Subject: v3.3.4 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 | -- cgit v1.2.3