Skip to content

Commit 717e6ef

Browse files
committed
Merge pull request #1040 from simon04/bootstrap-4.3
bootstrap: update to version 4.3
2 parents a41b7f0 + 9a9bc5b commit 717e6ef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/bootstrap.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2011&ndash;2018 Twitter, Inc.<br>
13-
&copy; 2011&ndash;2018 The Bootstrap Authors<br>
13+
&copy; 2011&ndash;2019 Twitter, Inc.<br>
14+
&copy; 2011&ndash;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'

0 commit comments

Comments
 (0)