bump to v3.2.0.0
This commit is contained in:
Родитель
3b9a620e36
Коммит
a5f5954268
|
@ -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`.
|
||||
|
|
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"license": "MIT",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.1.x-dev"
|
||||
"dev-master": "3.2.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Bootstrap
|
||||
VERSION = '3.1.1.1'
|
||||
VERSION = '3.2.0.0'
|
||||
BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72'
|
||||
end
|
||||
|
|
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче