Skip to content

Commit a5f5954

Browse files
committed
bump to v3.2.0.0
1 parent 3b9a620 commit a5f5954

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.2.0.0 (unreleased)
3+
## 3.2.0.0
44

55
- Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS.
66
- Compass generator now copies JS and fonts, and provides a better default `styles.sass`.

README.md

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

1515
```ruby
16-
gem 'bootstrap-sass', '~> 3.1.1'
16+
gem 'bootstrap-sass', '~> 3.2.0'
1717
gem 'sass-rails', '>= 3.2'
1818
```
1919

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-sass",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"homepage": "https://github.com/twbs/bootstrap-sass",
55
"authors": [
66
"Thomas McDonald",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "3.1.x-dev"
32+
"dev-master": "3.2.x-dev"
3333
}
3434
}
3535
}

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.1.1.1'
2+
VERSION = '3.2.0.0'
33
BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72'
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-sass",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)