File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ credits = [
123123 ' https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
124124 ], [
125125 ' Bootstrap' ,
126- ' 2011-2019 Twitter, Inc.<br>2011-2019 The Bootstrap Authors' ,
126+ ' 2011-2020 Twitter, Inc.<br>2011-2020 The Bootstrap Authors' ,
127127 ' CC BY' ,
128128 ' https://creativecommons.org/licenses/by/3.0/'
129129 ], [
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ class Bootstrap < UrlScraper
1010
1111 # https://github.com/twbs/bootstrap/blob/master/LICENSE
1212 options [ :attribution ] = <<-HTML
13- © 2011–2019 Twitter, Inc.< br >
14- © 2011–2019 The Bootstrap Authors< br >
13+ © 2011–2020 Twitter, Inc.< br >
14+ © 2011–2020 The Bootstrap Authors< br >
1515 Code licensed under the MIT License.< br >
1616 Documentation licensed under the Creative Commons Attribution License v3.0.
1717 HTML
1818
1919 version '4' do
20- self . release = '4.3 .1'
21- self . base_url = 'https://getbootstrap.com/docs/4.3 /'
20+ self . release = '4.4 .1'
21+ self . base_url = 'https://getbootstrap.com/docs/4.4 /'
2222 self . root_path = 'getting-started/introduction/'
2323
2424 html_filters . push 'bootstrap/entries_v4' , 'bootstrap/clean_html_v4'
@@ -27,8 +27,8 @@ class Bootstrap < UrlScraper
2727 end
2828
2929 version '3' do
30- self . release = '3.3.7 '
31- self . base_url = 'https://getbootstrap.com/docs/3.3 /'
30+ self . release = '3.4.1 '
31+ self . base_url = 'https://getbootstrap.com/docs/3.4 /'
3232 self . root_path = 'getting-started/'
3333
3434 html_filters . push 'bootstrap/entries_v3' , 'bootstrap/clean_html_v3'
You can’t perform that action at this time.
0 commit comments