Skip to content

Commit f54ea0f

Browse files
committed
Bump to v4.0.0.beta2
1 parent 4322a3c commit f54ea0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.beta
9+
# 4.0.0.beta2
1010

1111
Compass is no longer supported. Minimum required Sass version is now v3.5.2.
1212
[#122](https://github.com/twbs/bootstrap-rubygem/pull/122)

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.beta'
20+
gem 'bootstrap', '~> 4.0.0.beta2'
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.beta'
2+
VERSION = '4.0.0.beta2'
33
BOOTSTRAP_SHA = 'fc94de5b8b5b329a298eeeb76174b146ff17af2d'
44
end

0 commit comments

Comments
 (0)