diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5be3b06c..c667c834f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.2.0.0 (unreleased) +## 3.2.0.0 - Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS. - Compass generator now copies JS and fonts, and provides a better default `styles.sass`. diff --git a/README.md b/README.md index 7fd14db11b..fb7ab0edb4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.1.1' +gem 'bootstrap-sass', '~> 3.2.0' gem 'sass-rails', '>= 3.2' ``` diff --git a/bower.json b/bower.json index b45aeb0147..d9d575fcc3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.1.1", + "version": "3.2.0", "homepage": "https://github.com/twbs/bootstrap-sass", "authors": [ "Thomas McDonald", diff --git a/composer.json b/composer.json index 4066adf2c9..2927a17b98 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "license": "MIT", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "3.2.x-dev" } } } diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb index 976ce0e4db..37919cb101 100644 --- a/lib/bootstrap-sass/version.rb +++ b/lib/bootstrap-sass/version.rb @@ -1,4 +1,4 @@ module Bootstrap - VERSION = '3.1.1.1' + VERSION = '3.2.0.0' BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72' end diff --git a/package.json b/package.json index f772395efd..10229fb463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.1.1", + "version": "3.2.0", "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.", "main": "index.js", "repository": {