Skip to content

Commit ff5dc4b

Browse files
committed
Bump to 4.0.0.beta2.1
1 parent d5fedb8 commit ff5dc4b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.beta2.1
10+
11+
Fixes an extraneous `sourceMappingURL` in `bootstrap.js`.
12+
[#124](https://github.com/twbs/bootstrap-rubygem/issues/124)
13+
914
# 4.0.0.beta2
1015

1116
Compass is no longer supported. Minimum required Sass version is now v3.5.2.

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'
20+
gem 'bootstrap', '~> 4.0.0.beta2.1'
2121
```
2222

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

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.beta2'
2+
VERSION = '4.0.0.beta2.1'
33
BOOTSTRAP_SHA = 'fc94de5b8b5b329a298eeeb76174b146ff17af2d'
44
end

0 commit comments

Comments
 (0)