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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-07-18 15:03:26 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-07-18 15:03:26 +0300
commit9eaf36cecdf1acb08e5a6f6fa4e3f4b9f7a2d012 (patch)
tree48dd3dcf233c1b628c5be867d9752d5cf40e8199
parentf34c43c936ac7d0ebb129289321d8c51cd56aed1 (diff)
Bump to v4.1.2
-rw-r--r--README.md2
-rw-r--r--lib/bootstrap/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 390cd72..b75f6f5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', '~> 4.1.1'
+gem 'bootstrap', '~> 4.1.2'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 1e15e46..7861445 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.1.1'
+ VERSION = '4.1.2'
BOOTSTRAP_SHA = '1f46337a89ed21c94a7c37bc0c0e14a71fef7d97'
end