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-15 15:35:48 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-11-15 15:48:25 +0300
commitd4df25917076de7fff45a07245bb33bac963e6ed (patch)
tree77c8e5c0f4657aa9ca8ad3b34e8165e631b7c6a8
parent477b2d189682cce50ca2ce9caa911ff125fbf16c (diff)
Bump to v5.0.0.alpha3v5.0.0.alpha3
-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 39b1684..aef4c67 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', '~> 5.0.0.alpha2'
+gem 'bootstrap', '~> 5.0.0.alpha3'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 8d9dd20..93dbf80 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '5.0.0.alpha2'
+ VERSION = '5.0.0.alpha3'
BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994'
end