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>2020-11-09 01:12:51 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-11-09 01:12:51 +0300
commit5d6148a6af1432c30de7b3fcf3bac312b07c83c9 (patch)
tree65247f3bf23b82aec789b6bebd2b6c76aab3fdf3
parent7de6796e7e34b07ef37171a41edce55a584c20cc (diff)
Bump to v4.5.3v4.5.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 fa5eda6..5c57d4a 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.5.2'
+gem 'bootstrap', '~> 4.5.3'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 4d03b4a..d9f1061 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '4.5.2'
+ VERSION = '4.5.3'
BOOTSTRAP_SHA = 'a716fb03f965dc0846df479e14388b1b4b93d7ce'
end