Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-12-29 05:21:16 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-12-29 05:21:16 +0300
commit176cbf4fbf07e29783b0726f8426da0a7ebe5ead (patch)
tree3385e3e54f4054bf50df660e9a2474e1a86280c4
parentab9132f676a07a7fdc29f40968bae1940584c357 (diff)
v4.0.0.beta3v4.0.0.beta3
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9249fc3..59cd272 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ 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.beta3
+
+No gem-specific changes.
+
# 4.0.0.beta2.1
Fixes an extraneous `sourceMappingURL` in `bootstrap.js`.
diff --git a/README.md b/README.md
index 0d01ee7..1bcfeeb 100644
--- a/README.md
+++ b/README.md
@@ -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.beta2.1'
+gem 'bootstrap', '~> 4.0.0.beta3'
```
Ensure that `sprockets-rails` is at least v2.3.2.