[devdocsgjs/main: 1645/1867] Update Bootstrap documentation (5.0)




commit a78db966d2fa7f99cebe896f837d4d4bf6fb8bfa
Author: Simon Legner <Simon Legner gmail com>
Date:   Fri May 7 07:51:03 2021 +0200

    Update Bootstrap documentation (5.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/bootstrap.rb                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 686b9ba1..dc9cd856 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -128,7 +128,7 @@ credits = [
     'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
   ], [
     'Bootstrap',
-    '2011-2020 Twitter, Inc.<br>2011-2020 The Bootstrap Authors',
+    '2011-2021 Twitter, Inc.<br>2011-2021 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 ab91445e..92be9d1d 100644
--- a/lib/docs/scrapers/bootstrap.rb
+++ b/lib/docs/scrapers/bootstrap.rb
@@ -10,8 +10,8 @@ module Docs
 
     # https://github.com/twbs/bootstrap/blob/master/LICENSE
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2020 Twitter, Inc.<br>
-      &copy; 2011&ndash;2020 The Bootstrap Authors<br>
+      &copy; 2011&ndash;2021 Twitter, Inc.<br>
+      &copy; 2011&ndash;2021 The Bootstrap Authors<br>
       Code licensed under the MIT License.<br>
       Documentation licensed under the Creative Commons Attribution License v3.0.
     HTML


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