diff --git a/README.md b/README.md index f2762cf4..288f1036 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ 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.4.0' -gem 'sassc-rails', '>= 2.0.0' +gem 'bootstrap-sass', '~> 3.4.1' +gem 'sassc-rails', '>= 2.1.0' ``` `bundle install` and restart your server to make the files available through the pipeline. diff --git a/bower.json b/bower.json index 432a211b..303fd79a 100644 --- a/bower.json +++ b/bower.json @@ -32,5 +32,5 @@ "dependencies": { "jquery": "1.9.1 - 3" }, - "version": "3.4.0" + "version": "3.4.1" } diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb index 285698cb..0be9de7a 100644 --- a/lib/bootstrap-sass/version.rb +++ b/lib/bootstrap-sass/version.rb @@ -1,4 +1,4 @@ module Bootstrap - VERSION = '3.4.0' + VERSION = '3.4.1' BOOTSTRAP_SHA = '68b0d231a13201eb14acd3dc84e51543d16e5f7e' end diff --git a/package.json b/package.json index b444965f..d947d8f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.4.0", + "version": "3.4.1", "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "main": "assets/javascripts/bootstrap.js", "style": "assets/stylesheets/_bootstrap.scss",