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>2016-10-22 09:23:59 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-10-22 09:23:59 +0300
commitec0d6347b19e8ccbe4aea91089747487dfb742af (patch)
tree575d92cb2ef3c71089054c43c78784aa8c334d41
parentafd171105704c314bf699810875c72a612988a72 (diff)
Bump to v4.0.0.alpha5v4.0.0.alpha5
-rw-r--r--README.md4
-rw-r--r--lib/bootstrap/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f4536b..0a1f0de 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.alpha4'
+gem 'bootstrap', '~> 4.0.0.alpha5'
```
Ensure that `sprockets-rails` is at least v2.3.2.
@@ -78,7 +78,7 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but
Install the gem:
```console
-$ gem install bootstrap -v 4.0.0.alpha4
+$ gem install bootstrap -v 4.0.0.alpha5
```
**If you have an existing Compass project:**
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index e62ab9d..7196e2a 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.alpha4'
+ VERSION = '4.0.0.alpha5'
BOOTSTRAP_SHA = 'b5890e0608ad2262cde4a38e90afa19f1cb5d852'
end