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>2018-01-19 02:04:29 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-01-19 02:04:29 +0300
commitfad13e5e60e6ece5223e1b66d498716a0d70b1cd (patch)
tree335bfc9b42ed968510ea5b33bd5b6a956407d8b1
parent5eae2e194a2015c093f834ec71b5c38e39faf244 (diff)
Bump to v4.0.0v4.0.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
-rw-r--r--lib/bootstrap/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59cd272..9090637 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
+
+No gem-specific changes.
+
# 4.0.0.beta3
No gem-specific changes.
diff --git a/README.md b/README.md
index 1bcfeeb..8b3943f 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.beta3'
+gem 'bootstrap', '~> 4.0.0'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 79c3179..b0c61c9 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.beta3'
+ VERSION = '4.0.0'
BOOTSTRAP_SHA = '8a628b943cf31ca0a002c08af661a95772480225'
end