From 721b59662d029883cf08c377ab5b2f12ef41b3b3 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 31 Jul 2016 11:01:04 +0100 Subject: [PATCH] Bump to 4.0.0.alpha3.1 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- lib/bootstrap/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708e13bd..85dd3ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,8 @@ The changelog only includes changes specific to the RubyGem. The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases). Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release of Bootstrap. + + +# 4.0.0.alpha3.1 + +This release corresponds to the upstream Bootstrap 4 Alpha 3. diff --git a/README.md b/README.md index 3d92467f..cf88cb39 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.alpha3' +gem 'bootstrap', '~> 4.0.0.alpha3.1' ``` 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.alpha3 +$ gem install bootstrap -v 4.0.0.alpha3.1 ``` **If you have an existing Compass project:** diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 62fe1ff5..80c9f21e 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,4 +1,4 @@ module Bootstrap - VERSION = '4.0.0.alpha3' + VERSION = '4.0.0.alpha3.1' BOOTSTRAP_SHA = 'c7de6107a86ebe65a6f5d5b88884256e5094ca92' end