Skip to content

Commit f675be9

Browse files
committed
bump to 3.3.0
1 parent 6f0251d commit f675be9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Gemfile.lock
1414
tmp/
1515
test/screenshots/
1616
test/dummy_rails/log/*.log
17-
17+
test/dummy_rails/public/assets/
1818
.DS_Store

CHANGELOG.md

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

3+
## 3.3.0
4+
5+
* Improve libsass compatibility
6+
* Support using Bower package with Rails
7+
38
## 3.2.0.2
49

510
Fixed a number of bugs. [Issues closed in v3.2.0.2](https://github.com/twbs/bootstrap-sass/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av3.2.0.2).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
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.
1818

1919
```ruby
20-
gem 'bootstrap-sass', '~> 3.2.0'
20+
gem 'bootstrap-sass', '~> 3.3.0'
2121
gem 'sass-rails', '>= 3.2'
2222
```
2323

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.2.0.2'
2+
VERSION = '3.3.0.0'
33
BOOTSTRAP_SHA = '16dbdbd7a2c6cfa3be4e5dcc52249e577c02c84a'
44
end

0 commit comments

Comments
 (0)