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>2019-12-05 03:23:45 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-12-05 03:23:45 +0300
commitef343b781ca1316ba3953295222578a65bd576c0 (patch)
tree90767b14ac757d66f28b123a0f3926f5ce44d73e
parentdb40701d4d42f44c9db041c9737e4a566be64489 (diff)
Bump to v4.4.1v4.4.1
-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 256076b..2f74e1e 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.3.1'
+gem 'bootstrap', '~> 4.4.1'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 81db044..967c246 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '4.3.1'
+ VERSION = '4.4.1'
BOOTSTRAP_SHA = 'dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb'
end