Skip to content

Commit 143aa6a

Browse files
committed
Bump bootstrap-sass to 3.4.1
1 parent 69157ce commit 143aa6a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Please see the appropriate guide for your environment of choice:
2323
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.
2424

2525
```ruby
26-
gem 'bootstrap-sass', '~> 3.4.0'
27-
gem 'sassc-rails', '>= 2.0.0'
26+
gem 'bootstrap-sass', '~> 3.4.1'
27+
gem 'sassc-rails', '>= 2.1.0'
2828
```
2929

3030
`bundle install` and restart your server to make the files available through the pipeline.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"dependencies": {
3333
"jquery": "1.9.1 - 3"
3434
},
35-
"version": "3.4.0"
35+
"version": "3.4.1"
3636
}

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.4.0'
2+
VERSION = '3.4.1'
33
BOOTSTRAP_SHA = '68b0d231a13201eb14acd3dc84e51543d16e5f7e'
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.4.0",
3+
"version": "3.4.1",
44
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
55
"main": "assets/javascripts/bootstrap.js",
66
"style": "assets/stylesheets/_bootstrap.scss",

0 commit comments

Comments
 (0)