Skip to content

Commit 13d33f1

Browse files
committed
bootstrap: update to 3.4.1 and 4.4.1
1 parent d6c9d2b commit 13d33f1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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-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
], [

lib/docs/scrapers/bootstrap.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ class Bootstrap < UrlScraper
1010

1111
# https://github.com/twbs/bootstrap/blob/master/LICENSE
1212
options[:attribution] = <<-HTML
13-
&copy; 2011&ndash;2019 Twitter, Inc.<br>
14-
&copy; 2011&ndash;2019 The Bootstrap Authors<br>
13+
&copy; 2011&ndash;2020 Twitter, Inc.<br>
14+
&copy; 2011&ndash;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'

0 commit comments

Comments
 (0)