Skip to content

Commit 176cbf4

Browse files
committed
v4.0.0.beta3
1 parent ab9132f commit 176cbf4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The changelog only includes changes specific to the RubyGem.
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.
88

9+
# 4.0.0.beta3
10+
11+
No gem-specific changes.
12+
913
# 4.0.0.beta2.1
1014

1115
Fixes an extraneous `sourceMappingURL` in `bootstrap.js`.

README.md

Lines changed: 1 addition & 1 deletion
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.beta2.1'
20+
gem 'bootstrap', '~> 4.0.0.beta3'
2121
```
2222

2323
Ensure that `sprockets-rails` is at least v2.3.2.

0 commit comments

Comments
 (0)