Skip to content

Commit 1a5c521

Browse files
committed
v3.3.4
1 parent dc4f93a commit 1a5c521

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.3.4
4+
5+
No Sass-specific changes.
6+
7+
Framework version: Bootstrap **v3.3.4**
8+
39
## 3.3.3
410

511
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
2121
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.
2222

2323
```ruby
24-
gem 'bootstrap-sass', '~> 3.3.3'
24+
gem 'bootstrap-sass', '~> 3.3.4'
2525
gem 'sass-rails', '>= 3.2'
2626
```
2727

@@ -285,6 +285,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
285285

286286
| Upstream | Sass |
287287
|---------:|--------:|
288+
| 3.3.4 | 3.3.4 |
288289
| 3.3.2 | 3.3.3 |
289290
| <= 3.3.1 | 3.3.1.x |
290291

0 commit comments

Comments
 (0)