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>2015-12-15 03:23:17 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-12-15 03:23:17 +0300
commitdc6648900ffe8609188a7bf904bd765a492471b9 (patch)
tree77cefa134c11db5549657cc0f670789165116b32
parent0bbd14de56ef118c27a42aa89623cca5edeec94c (diff)
Bump to 4.0.0.alpha3v4.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 d7de881..58150c4 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.0.0.alpha1'
+gem 'bootstrap', '~> 4.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 45fd78e..7273620 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.alpha2'
+ VERSION = '4.0.0.alpha3'
BOOTSTRAP_SHA = '48938155eb24b4ccdde09426066869504c6dab3c'
end