diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index c46ec2fa..f6d7343c 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -96,9 +96,9 @@ credits = [
'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
], [
'Bower',
- '2015 Bower contributors',
- 'CC BY',
- 'https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f/package.json#L20'
+ '2016 Bower contributors',
+ 'MIT',
+ 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
], [
'C
C++',
'cppreference.com',
diff --git a/lib/docs/scrapers/bower.rb b/lib/docs/scrapers/bower.rb
index be3d1dfa..867c4186 100644
--- a/lib/docs/scrapers/bower.rb
+++ b/lib/docs/scrapers/bower.rb
@@ -2,7 +2,7 @@ module Docs
class Bower < UrlScraper
self.name = 'Bower'
self.type = 'bower'
- self.release = '1.7.1'
+ self.release = '1.7.7'
self.base_url = 'http://bower.io/docs/'
self.root_path = 'api'
self.links = {
@@ -16,8 +16,8 @@ module Docs
options[:skip] = %w(tools about)
options[:attribution] = <<-HTML
- © 2015 Bower contributors
- Licensed under the Creative Commons Attribution License.
+ © 2016 Bower contributors
+ Licensed under the MIT License.
HTML
end
end