Skip to content

Commit

Permalink
Bump to 4.0.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Nov 2, 2015
1 parent 687be12 commit 1dd70f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '4.0.0.dev'
VERSION = '4.0.0.alpha1'
BOOTSTRAP_SHA = '43b130022b333c25d9fa810ab2666059ed699f7a'
end

0 comments on commit 1dd70f5

Please sign in to comment.