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-04-16 14:37:46 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-04-16 14:37:46 +0300
commita48d61988661c19b46ce3e12b50d9066cd4aee1e (patch)
tree11b47d1a1bdf5088b4f5934b5e87e4a95bba7850
parent5a78819c01c9d6fae1216fa94a7f64a353afad05 (diff)
Bump to v4.1.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 9090637..1cec574 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.1.0
+
+No gem-specific changes.
+
# 4.0.0
No gem-specific changes.
diff --git a/README.md b/README.md
index 8b3943f..cdf6d2f 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'
+gem 'bootstrap', '~> 4.1.0'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index a5a66bd..6652be9 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0'
+ VERSION = '4.1.0'
BOOTSTRAP_SHA = '8f7bd419935adfcd53c471a0202083464800619e'
end