Skip to content

Commit

Permalink
bootstrap: update to 3.4.1 and 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jan 14, 2020
1 parent d6c9d2b commit 13d33f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/templates/pages/about_tmpl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ credits = [
'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
], [
'Bootstrap',
'2011-2019 Twitter, Inc.<br>2011-2019 The Bootstrap Authors',
'2011-2020 Twitter, Inc.<br>2011-2020 The Bootstrap Authors',
'CC BY',
'https://creativecommons.org/licenses/by/3.0/'
], [
Expand Down
12 changes: 6 additions & 6 deletions lib/docs/scrapers/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ class Bootstrap < UrlScraper

# https://github.com/twbs/bootstrap/blob/master/LICENSE
options[:attribution] = <<-HTML
&copy; 2011&ndash;2019 Twitter, Inc.<br>
&copy; 2011&ndash;2019 The Bootstrap Authors<br>
&copy; 2011&ndash;2020 Twitter, Inc.<br>
&copy; 2011&ndash;2020 The Bootstrap Authors<br>
Code licensed under the MIT License.<br>
Documentation licensed under the Creative Commons Attribution License v3.0.
HTML

version '4' do
self.release = '4.3.1'
self.base_url = 'https://getbootstrap.com/docs/4.3/'
self.release = '4.4.1'
self.base_url = 'https://getbootstrap.com/docs/4.4/'
self.root_path = 'getting-started/introduction/'

html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
Expand All @@ -27,8 +27,8 @@ class Bootstrap < UrlScraper
end

version '3' do
self.release = '3.3.7'
self.base_url = 'https://getbootstrap.com/docs/3.3/'
self.release = '3.4.1'
self.base_url = 'https://getbootstrap.com/docs/3.4/'
self.root_path = 'getting-started/'

html_filters.push 'bootstrap/entries_v3', 'bootstrap/clean_html_v3'
Expand Down

0 comments on commit 13d33f1

Please sign in to comment.