[devdocsgjs/main: 1022/1867] bootstrap: update to 3.4.1 and 4.4.1




commit 13d33f106cdf8199b6c21622df379c5963fb72c4
Author: Simon Legner <Simon Legner gmail com>
Date:   Tue Jan 14 23:02:52 2020 +0100

    bootstrap: update to 3.4.1 and 4.4.1

 assets/javascripts/templates/pages/about_tmpl.coffee |  2 +-
 lib/docs/scrapers/bootstrap.rb                       | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 18ceda8d..0e359e16 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -123,7 +123,7 @@ credits = [
     'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
   ], [
     'Bootstrap',
-    '2011-2019 Twitter, Inc.<br>2011-2019 The Bootstrap Authors',
+    '2011-2020 Twitter, Inc.<br>2011-2020 The Bootstrap Authors',
     'CC BY',
     'https://creativecommons.org/licenses/by/3.0/'
   ], [
diff --git a/lib/docs/scrapers/bootstrap.rb b/lib/docs/scrapers/bootstrap.rb
index 32de92d8..06ba3bae 100644
--- a/lib/docs/scrapers/bootstrap.rb
+++ b/lib/docs/scrapers/bootstrap.rb
@@ -10,15 +10,15 @@ module Docs
 
     # https://github.com/twbs/bootstrap/blob/master/LICENSE
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2019 Twitter, Inc.<br>
-      &copy; 2011&ndash;2019 The Bootstrap Authors<br>
+      &copy; 2011&ndash;2020 Twitter, Inc.<br>
+      &copy; 2011&ndash;2020 The Bootstrap Authors<br>
       Code licensed under the MIT License.<br>
       Documentation licensed under the Creative Commons Attribution License v3.0.
     HTML
 
     version '4' do
-      self.release = '4.3.1'
-      self.base_url = 'https://getbootstrap.com/docs/4.3/'
+      self.release = '4.4.1'
+      self.base_url = 'https://getbootstrap.com/docs/4.4/'
       self.root_path = 'getting-started/introduction/'
 
       html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
@@ -27,8 +27,8 @@ module Docs
     end
 
     version '3' do
-      self.release = '3.3.7'
-      self.base_url = 'https://getbootstrap.com/docs/3.3/'
+      self.release = '3.4.1'
+      self.base_url = 'https://getbootstrap.com/docs/3.4/'
       self.root_path = 'getting-started/'
 
       html_filters.push 'bootstrap/entries_v3', 'bootstrap/clean_html_v3'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]