Skip to content

Commit fad13e5

Browse files
committed
Bump to v4.0.0
1 parent 5eae2e1 commit fad13e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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
10+
11+
No gem-specific changes.
12+
913
# 4.0.0.beta3
1014

1115
No gem-specific changes.

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

0 commit comments

Comments
 (0)