File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +6
-5
lines changed 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-2018 Twitter, Inc.<br>2011-2018 The Bootstrap Authors' ,
126+ ' 2011-2019 Twitter, Inc.<br>2011-2019 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 @@ -8,16 +8,17 @@ class Bootstrap < UrlScraper
88
99 options [ :trailing_slash ] = true
1010
11+ # https://github.com/twbs/bootstrap/blob/master/LICENSE
1112 options [ :attribution ] = <<-HTML
12- © 2011–2018 Twitter, Inc.< br >
13- © 2011–2018 The Bootstrap Authors< br >
13+ © 2011–2019 Twitter, Inc.< br >
14+ © 2011–2019 The Bootstrap Authors< br >
1415 Code licensed under the MIT License.< br >
1516 Documentation licensed under the Creative Commons Attribution License v3.0.
1617 HTML
1718
1819 version '4' do
19- self . release = '4.1.3 '
20- self . base_url = 'https://getbootstrap.com/docs/4.1 /'
20+ self . release = '4.3.1 '
21+ self . base_url = 'https://getbootstrap.com/docs/4.3 /'
2122 self . root_path = 'getting-started/introduction/'
2223
2324 html_filters . push 'bootstrap/entries_v4' , 'bootstrap/clean_html_v4'
You can’t perform that action at this time.
0 commit comments