Skip to content

Commit 1dd70f5

Browse files
committed
Bump to 4.0.0.alpha1
1 parent 687be12 commit 1dd70f5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
For Sass versions of Bootstrap 3 and 2 see [bootstrap-sass](https://github.com/twbs/bootstrap-sass) instead.
66

7-
There has not been a release yet, but if you'd like to try out the latest development version, see the instructions below.
8-
97
## Installation
108

119
Please see the appropriate guide for your environment of choice:
@@ -19,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1917
Add `bootstrap` to your Gemfile:
2018

2119
```ruby
22-
gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem'
20+
gem 'bootstrap', '~> 4.0.0.alpha1'
2321
```
2422

2523
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
7775

7876
### b. Compass without Rails
7977

80-
Install the gem from GitHub master:
78+
Install the gem:
8179

8280
```console
83-
$ gem install specific_install
84-
$ gem specific_install https://github.com/twbs/bootstrap-rubygem.git
81+
$ gem install bootstrap -v 4.0.0.alpha1
8582
```
8683

8784
**If you have an existing Compass project:**

lib/bootstrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Bootstrap
2-
VERSION = '4.0.0.dev'
2+
VERSION = '4.0.0.alpha1'
33
BOOTSTRAP_SHA = '43b130022b333c25d9fa810ab2666059ed699f7a'
44
end

0 commit comments

Comments
 (0)