Skip to content

Commit 720843a

Browse files
committed
Bump to 3.3.2.1
Fixed glyphicons regression
1 parent daeb43d commit 720843a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.3.2.1
4+
5+
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
6+
37
## 3.3.2.0
48

59
* Autoprefixer is now required, and `autoprefixer-rails` is now a dependency for the ruby gem. [#824](https://github.com/twbs/bootstrap-sass/issues/824)

lib/bootstrap-sass/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Bootstrap
2-
VERSION = '3.3.2.0'
2+
VERSION = '3.3.2.1'
33
BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
44
end

templates/project/_bootstrap-variables.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.0):
1+
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.1):
22
33
//
44
// Variables

0 commit comments

Comments
 (0)