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-25 10:51:42 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-07-25 10:51:42 +0300
commit5a2f627e569370399626f12678a92b6ab5aca4d4 (patch)
tree217e153d30db154ac5d4b17efdf57a8e7fa61de9
parent40a36bd8d3f3240b088f9a0393db26ab402ff5cf (diff)
Bump to 4.1.3v4.1.3
-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 b75f6f5..61d381f 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.2'
+gem 'bootstrap', '~> 4.1.3'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 3d8ae34..f4641cf 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.1.2'
+ VERSION = '4.1.3'
BOOTSTRAP_SHA = '3b558734382ce58b51e5fc676453bfd53bba9201'
end