From ec0d6347b19e8ccbe4aea91089747487dfb742af Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 22 Oct 2016 07:23:59 +0100 Subject: Bump to v4.0.0.alpha5 --- README.md | 4 ++-- lib/bootstrap/version.rb | 2 +- 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 -- cgit v1.2.3