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-10-19 23:49:38 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-10-19 23:49:38 +0300
commitf54ea0fee77dd7fed5f971830a6589d1cdfc5421 (patch)
treed31cd1d9ac5b2e6d1ed3639dbec19710a7110e79
parent4322a3c379b89c6c91b9d3bc3f24073567023837 (diff)
Bump to v4.0.0.beta2v4.0.0.beta2
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--lib/bootstrap/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08ddefa..5e2c671 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ 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.beta
+# 4.0.0.beta2
Compass is no longer supported. Minimum required Sass version is now v3.5.2.
[#122](https://github.com/twbs/bootstrap-rubygem/pull/122)
diff --git a/README.md b/README.md
index 1e25633..ce0e60f 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.beta'
+gem 'bootstrap', '~> 4.0.0.beta2'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index e779c24..e49fbd4 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.beta'
+ VERSION = '4.0.0.beta2'
BOOTSTRAP_SHA = 'fc94de5b8b5b329a298eeeb76174b146ff17af2d'
end