Skip to content

Commit 721b596

Browse files
committed
Bump to 4.0.0.alpha3.1
1 parent 8f629be commit 721b596

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ The changelog only includes changes specific to the RubyGem.
55

66
The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases).
77
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.
8+
9+
10+
# 4.0.0.alpha3.1
11+
12+
This release corresponds to the upstream Bootstrap 4 Alpha 3.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
Add `bootstrap` to your Gemfile:
1818

1919
```ruby
20-
gem 'bootstrap', '~> 4.0.0.alpha3'
20+
gem 'bootstrap', '~> 4.0.0.alpha3.1'
2121
```
2222

2323
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
7878
Install the gem:
7979

8080
```console
81-
$ gem install bootstrap -v 4.0.0.alpha3
81+
$ gem install bootstrap -v 4.0.0.alpha3.1
8282
```
8383

8484
**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.alpha3'
2+
VERSION = '4.0.0.alpha3.1'
33
BOOTSTRAP_SHA = 'c7de6107a86ebe65a6f5d5b88884256e5094ca92'
44
end

0 commit comments

Comments
 (0)