From 1dd70f5454d275eb257c20c95d1b2005873f9ddb Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 2 Nov 2015 00:27:59 +0000 Subject: Bump to 4.0.0.alpha1 --- README.md | 9 +++------ lib/bootstrap/version.rb | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3ed842..7e00a7f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ For Sass versions of Bootstrap 3 and 2 see [bootstrap-sass](https://github.com/twbs/bootstrap-sass) instead. -There has not been a release yet, but if you'd like to try out the latest development version, see the instructions below. - ## Installation Please see the appropriate guide for your environment of choice: @@ -19,7 +17,7 @@ Please see the appropriate guide for your environment of choice: Add `bootstrap` to your Gemfile: ```ruby -gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem' +gem 'bootstrap', '~> 4.0.0.alpha1' ``` Ensure that `sprockets-rails` is at least v2.3.2. @@ -77,11 +75,10 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but ### b. Compass without Rails -Install the gem from GitHub master: +Install the gem: ```console -$ gem install specific_install -$ gem specific_install https://github.com/twbs/bootstrap-rubygem.git +$ gem install bootstrap -v 4.0.0.alpha1 ``` **If you have an existing Compass project:** diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 4ed2877..7526560 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,4 +1,4 @@ module Bootstrap - VERSION = '4.0.0.dev' + VERSION = '4.0.0.alpha1' BOOTSTRAP_SHA = '43b130022b333c25d9fa810ab2666059ed699f7a' end -- cgit v1.2.3