Skip to content

Commit

Permalink
Bump to 4.0.0.alpha3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jul 31, 2016
1 parent 8f629be commit 721b596
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ The changelog only includes changes specific to the RubyGem.

The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases).
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.


# 4.0.0.alpha3.1

This release corresponds to the upstream Bootstrap 4 Alpha 3.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 4.0.0.alpha3'
gem 'bootstrap', '~> 4.0.0.alpha3.1'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down Expand Up @@ -78,7 +78,7 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but
Install the gem:

```console
$ gem install bootstrap -v 4.0.0.alpha3
$ gem install bootstrap -v 4.0.0.alpha3.1
```

**If you have an existing Compass project:**
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '4.0.0.alpha3'
VERSION = '4.0.0.alpha3.1'
BOOTSTRAP_SHA = 'c7de6107a86ebe65a6f5d5b88884256e5094ca92'
end

0 comments on commit 721b596

Please sign in to comment.