Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:57:00 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:57:51 +0300
commit143aa6ad684f0e990ea93ce8ff788427e52df1b5 (patch)
treefcae0df4c8136c27644f90abcf0792882bbd41e5
parent69157ce76df1ccff394803811e582979cda4a993 (diff)
Bump bootstrap-sass to 3.4.1
-rw-r--r--README.md4
-rw-r--r--bower.json2
-rw-r--r--lib/bootstrap-sass/version.rb2
-rw-r--r--package.json2
4 files changed, 5 insertions, 5 deletions
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",